diff options
author | wout <wout@impinc.co.uk> | 2014-06-21 22:30:49 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-06-21 22:30:49 +0200 |
commit | c168777a82c9dd81af36cb7f7d4948c148403ea0 (patch) | |
tree | f13880f41ceb4bc583b772886bf6ebb2fc4a9ad0 /CHANGELOG.md | |
parent | 1953dbcdb44c6ae94e18501e8c1168e8fb8d71d8 (diff) | |
download | svg.js-c168777a82c9dd81af36cb7f7d4948c148403ea0.tar.gz svg.js-c168777a82c9dd81af36cb7f7d4948c148403ea0.zip |
Speccing adopter module
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-x | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 06e4d5c..2454b6b 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ - added support to clone manually built text elements -> __TODO!__ - using `CustomEvent` instead of `Event` to be able to fire events with a `detail` object [thanks @Fuzzyma] - added polyfill for IE9 and IE10 custom events [thanks @Fuzzyma] -- added DOM query selector with the `select()` method on parent elements +- added DOM query selector with the `select()` method globally or on parent elements # 1.0.0-rc.9 (17/06/2014) |