CHANGELOG.md in inline_svg-1.5.1 vs CHANGELOG.md in inline_svg-1.5.2

- old
+ new

@@ -3,10 +3,15 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased][unreleased] - Nothing +## [1.5.2] - 2019-06-20 +### Fixed +- Revert automatic Webpack asset finder behavior. Make Webpack "opt-in". + [#98](https://github.com/jamesmartin/inline_svg/issues/98) + ## [1.5.1] - 2019-06-18 ### Fixed - Prevent nil asset finder when neither Sprockets or Webpacker are available [#97](https://github.com/jamesmartin/inline_svg/issues/97) @@ -207,10 +212,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/v1.5.1...HEAD +[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v1.5.2...HEAD +[1.5.2]: https://github.com/jamesmartin/inline_svg/compare/v1.5.1...v1.5.2 [1.5.1]: https://github.com/jamesmartin/inline_svg/compare/v1.5.0...v1.5.1 [1.5.0]: https://github.com/jamesmartin/inline_svg/compare/v1.4.0...v1.5.0 [1.4.0]: https://github.com/jamesmartin/inline_svg/compare/v1.3.1...v1.4.0 [1.3.1]: https://github.com/jamesmartin/inline_svg/compare/v1.3.0...v1.3.1 [1.3.0]: https://github.com/jamesmartin/inline_svg/compare/v1.2.3...v1.3.0