CHANGELOG.md in hanami-assets-0.3.0 vs CHANGELOG.md in hanami-assets-0.4.0

- old
+ new

@@ -1,7 +1,15 @@ # Hanami::Assets Assets management for Ruby web applications +## v0.4.0 - 2016-11-15 +### Fixed +- [Luca Guidi] Ensure `NullManifest` to be pretty printable + +### Changed +- [Luca Guidi] Official support for Ruby: MRI 2.3+ and JRuby 9.1.5.0+ +- [Sean Collins] Rename digest into fingerprint + ## v0.3.0 - 2016-07-22 ### Added - [Matthew Gibbons & Sean Collins] Subresource Integrity (SRI) - [Matthew Gibbons & Sean Collins] Allow `javascript` and `stylesheet` helpers to accept a Hash representing HTML attributes. Eg. `<%= javascript 'application', async: true %>`