diff options
author | wout <wout@impinc.co.uk> | 2014-08-01 21:36:39 +0200 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-08-01 21:36:39 +0200 |
commit | 26f7dc83706de7fbb668fb1c9005653018297c47 (patch) | |
tree | 5987e1ebbab62e6fe5a61cfadf4df6cabfe11b4a /CHANGELOG.md | |
parent | 218591f4c786bb72e79c4ed02bf822565e704d24 (diff) | |
download | svg.js-26f7dc83706de7fbb668fb1c9005653018297c47.tar.gz svg.js-26f7dc83706de7fbb668fb1c9005653018297c47.zip |
Updated CHANGELOG
Diffstat (limited to 'CHANGELOG.md')
-rwxr-xr-x | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e414951..0433411 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,6 +32,7 @@ - reworked sup-pixel offset implementation to be more compact - added `native()` method to elements and matrix to get to the native api - added `untransform()` method to remove all transformations +- fixed a bug where events are not detached properly -> __TODO!__ - fixed a bug in IE11 with `mouseenter` and `mouseleave` -> __TODO!__ - switched from Ruby's `rake` to Node's `gulp` for building [thanks to Alex Ewerlöf] - added coding style description to README |