Update changelog for 0.23.2

This commit is contained in:
LukeHagar
2024-11-28 00:01:45 +00:00
committed by github-actions[bot]
parent 56227e19dd
commit dc38e13756
2 changed files with 13 additions and 1 deletions

View File

@@ -1,3 +1,15 @@
## v0.23.2
- Fixed `RecordQuery()` custom struct scanning ([#5958](https://github.com/pocketbase/pocketbase/discussions/5958)).
- Fixed `--dev` log query print formatting.
- Added support for passing more than one id in the `Hook.Unbind` method for consistency with the router.
- Added collection rules change list in the confirmation popup
(_to avoid getting anoying during development, the rules confirmation currently is enabled only when using https_).
## v0.23.1
- Added `RequestEvent.Blob(status, contentType, bytes)` response write helper ([#5940](https://github.com/pocketbase/pocketbase/discussions/5940)).

View File

@@ -1 +1 @@
0.23.1
0.23.2