CHANGELOG.md in wasmify-rails-0.1.3 vs CHANGELOG.md in wasmify-rails-0.1.4
- old
+ new
@@ -1,8 +1,14 @@
# Change log
## master
+## 0.1.4
+
+- Improve `wasmify:install`.
+
+ Make it work with the `rails new` app without any manual steps.
+
## 0.1.3
- Check if `cookieStore` is available and only manipulate cookies if it is.
- Add `skipWaiting()` to the server worker to force the new version to take over.