CHANGELOG.md in wasmify-rails-0.1.4 vs CHANGELOG.md in wasmify-rails-0.1.5
- old
+ new
@@ -1,8 +1,16 @@
# Change log
## master
+## 0.1.5
+
+- Added async mode to rack.js.
+
+- Added ability to pass env vars to Ruby VM.
+
+- Rails 8 support for `sqlite3_wasm` adapter.
+
## 0.1.4
- Improve `wasmify:install`.
Make it work with the `rails new` app without any manual steps.