aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2017-11-06 13:37:45 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2017-11-06 17:19:39 +0000
commitb3a8e6980ef8cc69c992d58b932c0351630ed2ef (patch)
tree26b4a3611946fc19d2b51c8441041931afcfa619 /CHANGELOG.md
parentb50c652ec42afc1ce33a43925b098287065b3ff2 (diff)
Remove 2x image fallbacks for SVGs.
If the browser doesn't support SVG, they're not going to care about high-dpi images.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d4ad9a5c7..514379a35 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,6 +10,8 @@
- Don't cover whole map with pin loading indicator.
- Add Expand map toggle to more mobile maps.
- Add functionality to have per-body /reports page.
+ - Front end improvements:
+ - Remove unneeded 2x PNG fallback images.
- Bugfixes
- Shortlist menu item always remains a link #1855
- Fix encoded entities in RSS output. #1859