CHANGELOG.md in inline_svg-0.5.3 vs CHANGELOG.md in inline_svg-0.6.0
- old
+ new
@@ -3,10 +3,15 @@
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][unreleased]
- Nothing.
+## [0.6.0] - 2015-07-07
+### Added
+- Apply user-supplied [custom
+transformations](https://github.com/jamesmartin/inline_svg/blob/master/README.md#custom-transformations) to a document.
+
## [0.5.3] - 2015-06-22
### Added
- `preserveAspectRatio` transformation on SVG root node. Thanks, @paulozoom.
## [0.5.2] - 2015-04-03
@@ -54,10 +59,11 @@
## 0.0.1 - 2014-11-24
### Added
- Basic Railtie and view helper to inline SVG documents to Rails views.
-[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v0.5.3...HEAD
+[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v0.6.0...HEAD
+[0.6.0]: https://github.com/jamesmartin/inline_svg/compare/v0.5.3...v0.6.0
[0.5.3]: https://github.com/jamesmartin/inline_svg/compare/v0.5.2...v0.5.3
[0.5.2]: https://github.com/jamesmartin/inline_svg/compare/v0.5.1...v0.5.2
[0.5.1]: https://github.com/jamesmartin/inline_svg/compare/v0.5.0...v0.5.1
[0.5.0]: https://github.com/jamesmartin/inline_svg/compare/v0.4.0...v0.5.0
[0.4.0]: https://github.com/jamesmartin/inline_svg/compare/v0.3.0...v0.4.0