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

- old
+ new

@@ -1,5 +1,18 @@ -# v1.0.2 (unreleased) +# v1.0.3 (unreleased) + + * `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. + + *Related links:* + - [Pull Request #362][pr-362] + - [Commit 4278340][4278340] + +[pr-362]: https://github.com/pakyow/pakyow/pull/362/commits +[4278340]: https://github.com/pakyow/pakyow/commit/4278340178abea1dc7891ed02d098c5b747b2d5b + +# v1.0.2 * `fix` **CDN prefix is now correctly added to assets in plugin views.** *Related links:* - [Commit 84da911][84da911]