diff --git a/HISTORY.md b/HISTORY.md
index 3295b451..24f9a9ba 100755
--- a/HISTORY.md
+++ b/HISTORY.md
@@ -4,6 +4,7 @@
### 2018-10-23
* Objects: Don't stamp if the canvas is too small (and would throw an error)
* Threads: New "reportAtomicGroup" HOF primitive using the JIT compiler
+* "Bigger Data" library: Added "group" function for fast data drill-down analyses
### 2018-10-22
* "Bigger Data" library: Added "analyze" function for fast frequency distributions
diff --git a/libraries/atomic_HOFs_module.xml b/libraries/atomic_HOFs_module.xml
index 2073641c..0dc4e3fc 100644
--- a/libraries/atomic_HOFs_module.xml
+++ b/libraries/atomic_HOFs_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 occurrences
\ 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 occurrences
\ No newline at end of file