diff --git a/.gitignore b/.gitignore index 945c6c244b..7301472cce 100644 --- a/.gitignore +++ b/.gitignore @@ -81,3 +81,6 @@ Temporary Items *.orig *.rej *.bak + +# Ignore positions file (#3518) +js/positions.js diff --git a/CHANGELOG.md b/CHANGELOG.md index 03a61342d0..febf68ed29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,7 +21,7 @@ _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] 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) +- [core] Allow custom modules positions by scanning index.html for the defined regions, instead of hard coded (PR #3518 fixes issue #3504) - [core] Update dependencies ### Fixed