summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-03-16 19:43:20 +0100
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>2017-03-16 19:43:20 +0100
commit60236e07f161e23772922eed2e5c489b6964a712 (patch)
tree85a3b07be07e722212a3a63fd000faf0cf64c1d6 /CHANGELOG.md
parent5ed54e9fb58f6b17f897157226df7c91a2976943 (diff)
downloadsvg.js-60236e07f161e23772922eed2e5c489b6964a712.tar.gz
svg.js-60236e07f161e23772922eed2e5c489b6964a712.zip
removing SVG.Set completely
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 59c9e0e..ad8d8f3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,10 +11,9 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http:
## UNRELEASED 3.0.0
### Added
-- added `SVG.$()` and `SVG.$$()` which will query for one/all elements
+- added `SVG.$()` and `SVG.$$()` which will query for one/multiple elements
- added `random` option and `randomize()` method to `SVG.Color` -> __TODO!__
- added `precision()` method to round numeric element attributes -> __TODO!__
-- added specs for `SVG.FX` -> __TODO!__
### Removed
- removed `SVG.Array.split()` function