aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMartin Wright <martin@mysociety.org>2018-03-28 15:24:21 +0100
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-04-06 17:43:30 +0100
commit2a569a3b42465cfb51ae5073d6885ed758072ecf (patch)
tree64da2244b9f79f214eecfc325954e642838d99a8 /CHANGELOG.md
parentb02794bd4f3070d302a965cd2b9e04d430a7cddc (diff)
No longer horizontally align label with JS.
Fixes positioning bugs in all versions of IE due to calculating the wrong horizontal position.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0d973a8c8..4f0a20f43 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -31,6 +31,7 @@
- Stop race condition when making a new report quickly.
- Set a session timezone in case database server is set differently.
- Fix SQL error on update edit admin page in cobrands. #2049
+ - Improve chart display in old IE versions. #2005
- Admin improvements:
- Inspectors can set non_public status of reports. #1992
- Default start date is shown on the dashboard.