diff --git a/CHANGELOG.md b/CHANGELOG.md
index 17fa77c0e7df9f8f62b31e9be9e4efb3121acd93..3763e6b9cac9e154af51b9958facaf0d4f58d8a1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
   webinterface to be built with `JS_DIST_BUNDLE=TRUE`, i.e. all js source files
   bundled into one `webcaosdb.dist.js`. This is the default and highly
   recommended for production systems in any case but it will break the display
-  of these static files in certain development corner cases.
+  of these static files in certain corner cases where you may want to use
+  `JS_DIST_BUNDLE=FALSE` for development or debugging reasons.
 
 ### Deprecated ###