aboutsummaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-02-05 09:11:57 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-02-05 09:25:46 +0000
commit6edf79cb0ecd150ea0f054c8faa7be0b055fc2d0 (patch)
treeedca9b26dde0dcec565a8677282e67122471bcde /CHANGELOG.md
parent7c7e9ba678a1785b34593e0295b124f2da89c101 (diff)
Upgrade Number::Phone.
This brings in my new format_for_country function which allows for nicer display of phone numbers to people.
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 e0ae5ceed..dbc96e04c 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -5,6 +5,7 @@
- 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
+ - Nicer display of national phone numbers.
- Bugfixes:
- Fix bug specifying category in URL on /around. #1950
- Fix bug with multiple select-multiples on a page. #1951