summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Ege Ronnenberg <jon.ronnenberg@gmail.com>2017-02-05 06:05:17 +0100
committerGitHub <noreply@github.com>2017-02-05 06:05:17 +0100
commit582c7afc60bd1d7ddec78ca4a90df2ff9de7897f (patch)
treea3feac6ade24e4c139bc06a2e071ae366ff2274f
parent7c7e8da29bd0c4fa585c0637a5dc08ab9f1f141c (diff)
downloadsvg.js-582c7afc60bd1d7ddec78ca4a90df2ff9de7897f.tar.gz
svg.js-582c7afc60bd1d7ddec78ca4a90df2ff9de7897f.zip
Fixed sentence
From "change from SVG() to use querySelector instead of getElementById (breaking change) -> __TODO!__" to "change SVG() to use querySelector instead of getElementById (breaking change) -> __TODO!__"
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7e26816..9698099 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -17,7 +17,7 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
### Changed
- make transform-methods relative as default (breaking change)
-- change from SVG() to use querySelector instead of getElementById (breaking change) -> __TODO!__
+- change SVG() to use querySelector instead of getElementById (breaking change) -> __TODO!__
### Fixed
- fixed a bug in clipping and masking where empty nodes persists after removal -> __TODO!__