diff --git a/HISTORY.md b/HISTORY.md
index a24db427..255cfa1d 100755
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -87,8 +87,9 @@
* Threads: optimized FOREACH performance for large linked lists
* German translation update (FINDFIRST, WORD, TEMPORARY?)
* Threads: also allow numbers as sprite names in SET
-* updated "animation library" (purged unused blocks)
-* updated "audioComp library" (purged unused blocks)
+* updated "animation" library (purged unused blocks)
+* updated "audioComp" library (purged unused blocks)
+* updated "frequency distribution" library (changed PIPE to use EMPTY prim)
### 2019-05-29
* Threads, Objects: added "Find First" primitive to lists category
diff --git a/libraries/frequency_distribution_module.xml b/libraries/frequency_distribution_module.xml
index a375a57c..3365773c 100644
--- a/libraries/frequency_distribution_module.xml
+++ b/libraries/frequency_distribution_module.xml
@@ -1 +1 @@
-returns a frequency analysis of the argument list, represented as a two-column table, where the first column contains the unique values and the second column their occurrences1add missing entries to a sorted list. Used for histograms111-200-100400200ratio1step20.52flagSpriteMorph.prototype.useFlatLineEnds = flag;
\ No newline at end of file
+returns a frequency analysis of the argument list, represented as a two-column table, where the first column contains the unique values and the second column their occurrences1add missing entries to a sorted list. Used for histograms111-200-100400200ratio1step20.52flagSpriteMorph.prototype.useFlatLineEnds = flag;
\ No newline at end of file