aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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!__