Update CHANGELOG

This commit is contained in:
Michael Camilleri 2023-01-21 02:53:54 +09:00
parent 28ddae7f3a
commit d454157352
No known key found for this signature in database
GPG key ID: 7EB218A48DF8B572

View file

@ -2,6 +2,10 @@
[Scittle](https://github.com/babashka/scittle): execute Clojure(Script) directly from browser script tags via SCI!
## Unreleased
- Use `window.location.hostname` for WebSocket connection
## v0.5.14 (2023-01-05)
- Fix destructuring in `defmethod` (by upgrading SCI)