CHANGELOG.md in inline_svg-1.3.1 vs CHANGELOG.md in inline_svg-1.4.0
- old
+ new
@@ -3,9 +3,19 @@
This project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased][unreleased]
- Nothing
+## [1.4.0] - 2019-04-19
+### Fixed
+- Prevent invalid XML names being generated via IdGenerator
+ [#87](https://github.com/jamesmartin/inline_svg/issues/87)
+ Thanks, [@endorfin](https://github.com/endorfin)
+
+### Added
+- Raise error on file not found (if configured)
+ [#93](https://github.com/jamesmartin/inline_svg/issues/93)
+
## [1.3.1] - 2017-12-14
### Fixed
- Allow Ruby < 2.1 to work with `CachedAssetFile`
[#80](https://github.com/jamesmartin/inline_svg/pull/80)