CHANGELOG.md in inline_svg-1.7.0 vs CHANGELOG.md in inline_svg-1.7.1
- old
+ new
@@ -4,20 +4,23 @@
## [Unreleased][unreleased]
- Nothing
+## [1.7.1] - 2020-03-17
+### Fixed
+- Static Asset Finder uses pathname for compatibility with Sprockets 4+. [#106](https://github.com/jamesmartin/inline_svg/pull/106). Thanks [@subdigital](https://github.com/subdigital)
+
## [1.7.0] - 2020-02-13
### Added
- WebpackAssetFinder serves files from dev server if one is running. [#111](https://github.com/jamesmartin/inline_svg/pull/111). Thanks, [@connorshea](https://github.com/connorshea)
### Fixed
-- Using Webpacker and Asset Pipeline in a single App could result in SVGs not
- being found because the wrong `AssetFinder` was used.
- [#114](https://github.com/jamesmartin/inline_svg/pull/114). Thanks,
- [@kylefox](https://github.com/kylefox)
+- Using Webpacker and Asset Pipeline in a single App could result in SVGs not being found because the wrong `AssetFinder` was used. [#114](https://github.com/jamesmartin/inline_svg/pull/114). Thanks, [@kylefox](https://github.com/kylefox)
+- Prevent "EOFError error" when using webpack dev server over HTTPS [#113](https://github.com/jamesmartin/inline_svg/pull/113). Thanks, [@kylefox](https://github.com/kylefox)
+
## [1.6.0] - 2019-11-13
### Added
- Support Webpack via the new `inline_svg_pack_tag` helper and deprecate `inline_svg` helper in preparation for v2.0.
[#103](https://github.com/jamesmartin/inline_svg/pull/103)
Thanks, [@kylefox](https://github.com/kylefox)
@@ -229,10 +232,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.7.0...HEAD
+[unreleased]: https://github.com/jamesmartin/inline_svg/compare/v1.7.1...HEAD
+[1.7.1]: https://github.com/jamesmartin/inline_svg/compare/v1.7.0...v1.7.1
[1.7.0]: https://github.com/jamesmartin/inline_svg/compare/v1.6.0...v1.7.0
[1.6.0]: https://github.com/jamesmartin/inline_svg/compare/v1.5.2...v1.6.0
[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