diff options
author | wout <wout@impinc.co.uk> | 2014-02-05 00:08:47 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-02-05 00:08:47 +0100 |
commit | 6d7675031f2428614e32420fb46ee60223d0a1b2 (patch) | |
tree | 0baad0034c53d04c6706ef11fd17d44de8e1c142 /CHANGELOG.md | |
parent | 9995944cb253ba93441e2d65cef415daa3541a52 (diff) | |
download | svg.js-6d7675031f2428614e32420fb46ee60223d0a1b2.tar.gz svg.js-6d7675031f2428614e32420fb46ee60223d0a1b2.zip |
Updated README
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 43cf1a9..2f64bb7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # 1.0.0-rc.4 (04/02/2014) -- switched to `MAJOR`.`MINOR`.`PATCH` versioning format to play nide with package managers +- switched to `MAJOR`.`MINOR`.`PATCH` versioning format to play nice with package managers - made svg.pattern.js part of the core library - automatic pattern creation by passing an image url or instance as `fill` attribute on elements - added `loaded()` method to image tag |