changelog

This commit is contained in:
Michiel Borkent 2023-05-04 17:00:13 +02:00
parent cd4ac5c74e
commit 5369c65bf4
3 changed files with 22 additions and 4 deletions

View file

@ -4,9 +4,10 @@
## Unreleased
- Use `window.location.hostname` for WebSocket connection
- Upgrade sci configs to `20f08f18`
- Update nrepl implementation, implement `eldoc` (`info`, `lookuup`)
- #58: build system for creating scittle distribution with custom libraries. See [plugins/demo](plugins/demo).
- Use `window.location.hostname` for WebSocket connection instead of hardcoding `"localhost"` ([@pyrmont](https://github.com/pyrmont))
- Upgrade `sci.configs` to `"33bd51e53700b224b4cb5bda59eb21b62f962745"`
- Update nREPL implementation: implement `eldoc` (`info`, `lookup`) ([@benjamin-asdf](https://github.com/benjamin-asdf))
## v0.5.14 (2023-01-05)