diff --git a/CHANGELOG.md b/CHANGELOG.md
index f45ce55c917d5ad5c7fd6a95f42d433c464aa2d0..8c36569c5adf3bd2c8601efb7d2b2c1cca1fee78 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,10 +2,13 @@
 **Virtual Sensing**\
 \* Corrected time-domain observation filter calculations.\
 \* Removed scaling from the cross-correlation calculations in the time-domain optimal observation filters.\
-\* Fixed bug in time-domaiin observation filter that screwed up dimensions of the filters when only one source was present.
+\* Fixed bug in time-domain observation filter that screwed up dimensions of the filters when only one source was present.
 
 **Sound Fields**\
-\* Fixed bug in time-domain point source signal calculations that screwed up dimensions of the resulting arrays when only one source was present. 
+\* Fixed bug in time-domain point source signal calculations that screwed up dimensions of the resulting arrays when only one source was present.
+
+**Utilities - Geometries**\
+\* The virtual microphone geometry generation function has been heavily modified and its interface has changed in a **backward incompatible** way. It is now more generic and allows for "arbitrary" size of each Cartesian dimension of the geometries as well as different number of sensors along each dimension.
 
 
 ### v0.2.3 ###