diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4e9f240808afa97fa91771f8a86bf2824d97c5fc..0e1dff995433a373c8e6c9fa24d2f0bc1caafe5d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -26,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 * Fixed issue where git passwords would be displayed in plaintext in metadata file
 * Fixed issue where `LD_LIBRARY_PATH` could keep old `siteLibs` path around
 * Removed duplicated entries from generated `.dep` files
+* Removed `dev` targets from modules that function in "local source mode"
 
 ### Other changes
 * Removed `<module>_TEMPLATES` in favour of `<module>_DB`
@@ -37,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 * Rearrange usage to match order of options in code
 * Add information about realtime option to usage
 * Cleaned up the output of `make vars` and `make devvars`
+* Merged together `configure/E3` and `configure/MODULES`
 
 ## [3.4.1]