]> source.dussan.org Git - svg.js.git/commitdiff
Fixed sentence
authorJon Ege Ronnenberg <jon.ronnenberg@gmail.com>
Sun, 5 Feb 2017 05:05:17 +0000 (06:05 +0100)
committerGitHub <noreply@github.com>
Sun, 5 Feb 2017 05:05:17 +0000 (06:05 +0100)
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!__"

CHANGELOG.md

index 7e268161479cdcfafc13df20c0c4a58f8b63d940..9698099d84a4e6e0e58d1d90cf745e9cd25d89c7 100644 (file)
@@ -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!__