CHANGELOG.md in inline_svg-0.6.2 vs CHANGELOG.md in inline_svg-0.6.3
- old
+ new
@@ -1,10 +1,19 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][unreleased]
+- Nothing.
+
+## [0.6.3] - 2016-04-19
+### Added
+- Accept `IO` objects as arguments to `inline_svg`. Thanks,
+ [@ASnow](https://github.com/ASnow).
+
+## [0.6.2] - 2016-01-24
+### Fixed
- Support Sprockets >= 3.0 and config.assets.precompile = false
## [0.6.1] - 2015-08-06
### Fixed
- Support Rails versions back to 4.0.4. Thanks, @walidvb.
@@ -63,10 +72,12 @@
## 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.6.1...HEAD
+[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v0.6.3...HEAD
+[0.6.2]: https://github.com/jamesmartin/inline_svg/compare/v0.6.2...v0.6.3
+[0.6.2]: https://github.com/jamesmartin/inline_svg/compare/v0.6.1...v0.6.2
[0.6.1]: https://github.com/jamesmartin/inline_svg/compare/v0.6.0...v0.6.1
[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