From 76e761b2f02a9b4bc8e8925dacae0f43c6703aa9 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 30 Jul 2015 10:39:48 -0700 Subject: [PATCH] fix grammar in 3.0.1 summary [skip ci] --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 763444947..398ef3d4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ Released: July 27th, 2015 #### Summary -The 3.0.1 fixes a few bugs in geojson parsing, svg parsing, and rendering. It also avoids a potential hang when using `line-geometry-transform` and includes a speedup for text rendering compared to v3.0.0. It is fully back compatibility with v3.0.0 and everyone is encouraged to upgrade. +The 3.0.1 fixes a few bugs in geojson parsing, svg parsing, and rendering. It also avoids a potential hang when using `line-geometry-transform` and includes a speedup for text rendering compared to v3.0.0. It is fully back compatible with v3.0.0 and everyone is encouraged to upgrade. - Fixed text placement performance after #2949 (#2963) - Fixed rendering behavior for `text-minimum-path-length` which regressed in 3.0.0 (#2990)