diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9db5f2669a..c06146ae71 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -20,8 +20,8 @@ _This release is scheduled to be released on 2024-10-01._
- [weather] Updated `apiVersion` default from 2.5 to 3.0 (#3424)
- [core] Updated dependencies including stylistic-eslint
-- [core] Allow custom module positions by setting `allowCustomModulePositions` in `config.js` (fixes #3504, related to https://github.com/MagicMirrorOrg/MagicMirror/pull/3445)
- [core] Updated SocketIO catch all to new API
+- [core] Allow custom modules positions by scanning index.html for the defined regions, instead of hard coded(fixes #3504)
### Fixed
diff --git a/index.html b/index.html
index b97124be10..09addfe37f 100644
--- a/index.html
+++ b/index.html
@@ -55,6 +55,7 @@
+