diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-04-02 10:41:11 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2019-04-05 12:58:27 +0100 |
commit | 2ab5e5e15bd84168028341b4e7ec01422a6b00d8 (patch) | |
tree | c74e425b60d4101a4cd7f83d9de53afc760e28e2 /CHANGELOG.md | |
parent | 8ca5583e62b1c24128b8d691a8b5f5236ce99eef (diff) |
[Open311] Factor GET/POST calls together.
This means GET errors will give better output.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b4c58073..e871a55da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,7 @@ - Development improvements: - Make front page cache time configurable. - Better working of /fakemapit/ under https. + - Improve Open311 error output on failing GET requests. - 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. |