diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-16 19:43:20 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-16 19:43:20 +0100 |
commit | 60236e07f161e23772922eed2e5c489b6964a712 (patch) | |
tree | 85a3b07be07e722212a3a63fd000faf0cf64c1d6 /CHANGELOG.md | |
parent | 5ed54e9fb58f6b17f897157226df7c91a2976943 (diff) | |
download | svg.js-60236e07f161e23772922eed2e5c489b6964a712.tar.gz svg.js-60236e07f161e23772922eed2e5c489b6964a712.zip |
removing SVG.Set completely
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
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 |