diff options
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index fd60691d6..64b178919 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ - Allow report as another user with only name. - Allow staff users to sign other people up for alerts. - Group categories on body page. #2850 + - Add admin UI for managing web manifest themes. #2792 - Add a new "staff" contact state. - New features: - Categories can be listed under more than one group #2475 @@ -70,6 +71,7 @@ - Inconsistent display of mark private checkbox for staff users - Clear user categories when staff access is removed. #2815 - Only trigger one change event on initial popstate. + - Fix error when hiding a user's updates with no confirmed updates. #2898 - Development improvements: - Upgrade the underlying framework and a number of other packages. #2473 - Add feature cobrand helper function. @@ -149,6 +151,7 @@ - Make front page cache time configurable. - Better working of /fakemapit/ under https. - Improve Open311 error output on failing GET requests. + - Optionally log failed geocoder searches. - Backwards incompatible changes: - If you wish the default for the showname checkbox to be checked, add `sub default_show_name { 1 }` to your cobrand file. |