diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-10 13:16:12 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-10 13:21:36 +0100 |
commit | f8a4d8f97dfc2e61854bb423594e669de7e63aef (patch) | |
tree | a42d9c5808fa6806454deaee9436f892de160750 /CHANGELOG.md | |
parent | 8f99184aec230770c62237e060bc9af02b06a3e6 (diff) |
Have body.url work in hashref lookup.
body.url could still be in use by old-school /reports table index pages
(though they were dropped in 2.1, so a cobrand would have to have
overridden it since then) and the update to speed up body lists in #2248
broke it. This puts it back in minimal form.
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 8b71e3081..ea022caed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ - Bugfixes: - Add perl 5.26/5.28 support. - Fix subcategory issues when visiting /report/new directly #2276 + - Have body.url work in hashref lookup. #2284 - Internal things: - Move send-comments code to package for testing. |