diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-04-17 16:37:49 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-04-17 16:37:49 +0200 |
commit | 5058edee3b479e23462a7021648f1dfd3e351b2f (patch) | |
tree | 6b695e2d78179d694b198c1474061621dd07b815 | |
parent | 35ff6ba258986c508f706009f39c12b667e3a2f2 (diff) | |
download | svg.js-5058edee3b479e23462a7021648f1dfd3e351b2f.tar.gz svg.js-5058edee3b479e23462a7021648f1dfd3e351b2f.zip |
update readme
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e67f1a..208829e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -32,13 +32,16 @@ The document follows the conventions described in [“Keep a CHANGELOG”](http: ## UNRELEASED [2.5.3] ### Added +- added gitter badge in readme ### Changed +- svg.js now runs in strict mode ### Fixed - fixed svg.js.d.ts (#644 #648) +- fixed bug in `el.flip()` which causes an error when calling flip without any argument ### Removed - component.json (#652) |