diff --git a/CHANGELOG b/CHANGELOG
index f59490bfb6a9f43febe81142f18d5404fac07d3b..8bb534010dc9926abc53832402573f77e4a7f3e4 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -33,6 +33,7 @@ https://keepachangelog.com/en/0.3.0/
 * 0.9.3:
 - Changed the python version requirement to be 3.9+ (using 3.9.9)
 - Restructured the population grid object by splitting off functions that belong in the same category and storing them in a mixin-class within the population_extensions/ dir.
+- Made the Population object available via "from binarycpython import Population"
 - merged the HPC branch:
 	- added Condor support
 	- added Slurm support