diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-02-12 17:12:10 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-02-12 17:12:10 +0000 |
commit | 6e2da95bc6a758c0cf070b9ddd51acc769f7acf1 (patch) | |
tree | f04f74c68199ceafc63f1d236138de136f38de22 /CHANGELOG.md | |
parent | 236f615c046dfcfadbba376b735ef7a352a79ef9 (diff) | |
parent | f640d08ef45215676cbd9ea140be567ad4c1daf2 (diff) |
Merge branch 'version-2.3.1'v2.3.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a86a2067..018d69fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,21 +1,23 @@ ## Releases * Unreleased + +* v2.3.1 (12th February 2018) - Front end improvements: - Zoom out as much as necessary on body map page, even on mobile. #1958 - Show loading message on initial /around map load #1976 - Ask for current password/send email on password change. #1974 - - Add minimum password length and common password checking. - - Nicer display of national phone numbers. + - Add minimum password length and common password checking. #1981 + - Nicer display of national phone numbers. #1982 - 'Report as another user' allows phone number without email. #1978 - Display loading spinner on map when asset layers are loading. #1991 - Bugfixes: - Fix bug specifying category in URL on /around. #1950 - Fix bug with multiple select-multiples on a page. #1951 - - Make sure dashboard filters all fit onto one line. - - Fix issue with red bars on bar graph of many categories. - - Prefetch translations in /reports list of bodies. - - Ignore deleted/area-less bodies in dashboard list. + - Make sure dashboard filters all fit onto one line. #1938 + - Fix issue with red bars on bar graph of many categories. #1938 + - Prefetch translations in /reports list of bodies. #1941 + - Ignore deleted/area-less bodies in dashboard list. #1941 - Add missing CSS class from final questionnaire question. #1953 - Fix JavaScript error on /my calculating bounds #1954 - Change text on /reports to match lower down (fix translation). |