From 39e49b78939939251e2b8ff9ffaca711b6f9d179 Mon Sep 17 00:00:00 2001 From: Bryan Housel Date: Fri, 4 Nov 2016 18:45:02 -0400 Subject: [PATCH] Fix typo "All user" -> "Allow user" --- CHANGELOG.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 134977877..884b4119a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -48,7 +48,7 @@ * OSM API calls are now authenticated for logged in users (helps with (#3519, #2262) * When reversing a way, reverse tags on its child nodes (#3076, thanks @Psigio) * Support Right to Left interface for some languages 'ar', 'fa', 'iw', 'dv' (#3007, #3087, thanks @mapmeld) - * All user to click an 'X' to remove an item from the selection list (#2950, thanks @ebrelsford) + * Allow user to click an 'X' to remove an item from the selection list (#2950, thanks @ebrelsford) * Bundled Mapillary JS plugin upgraded to v2.0 (#3496) * Allow `Del` key as a without modifier as a Delete shortcut (#3455) * Remove diacritics (accented chars) when doing fuzzy searches (#3159) @@ -68,8 +68,6 @@ * Throttled redrawing (#3360, thanks @guillaume) * Use fewer steps for interpolated breathe behavior (#2911) - - ## 1.9.7 ##### Jul 16, 2016 * Treat features on `addr:interpolation` lines as points, not vertices (#3241)