CHANGELOG.md in pakyow-assets-1.0.3 vs CHANGELOG.md in pakyow-assets-1.0.4

- old
+ new

@@ -1,5 +1,14 @@ -# v1.0.3 (unreleased) +# v1.0.4 + + * `fix` **Escape external asset uris so they do not fail on fetch.** + + *Related links:* + - [Commit e2d7e2e][e2d7e2e] + +[e2d7e2e]: https://github.com/pakyow/pakyow/commit/e2d7e2ea2f36cb0a4c7073c17a692423b5cd1efe + +# v1.0.3 * `fix` **Make `pakyow/assets` compatible with Ruby 2.7.0.** - External assets used the `http` gem, which is failing on Ruby 2.7.0-preview3. We replaced it with the `async-http` gem which is already a dependency of other Pakyow frameworks.