CHANGELOG.md in wasmify-rails-0.1.2 vs CHANGELOG.md in wasmify-rails-0.1.3

- old
+ new

@@ -1,8 +1,14 @@ # Change log ## master +## 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. + ## 0.1.2 - Add cache support to Rack handler. Now we use `caches` for files with `Cache-Control`, so we don't perform a Wasm request.