Update CHANGELOG

This commit is contained in:
Pekka Enberg
2024-12-11 09:18:36 +02:00
parent ca272ba937
commit f7e9d3a25a

View File

@@ -2,6 +2,12 @@
## Unreleased
### Added
* Add support JOIN USING and NATURAL JOIN (Jussi Saurio)
* Add support for more scalar functions (Kacper Kołodziej)
* Add support for `HAVING` clause (Jussi Saurio)
* Add `get()` and `iterate()` to JavaScript/Wasm API (Jean Arhancet)