Update changelog for 0.23.0-rc14

This commit is contained in:
LukeHagar
2024-12-17 00:01:38 +00:00
committed by github-actions[bot]
parent c46f8ba4f2
commit 5125837728
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
## v0.23.8
- Fixed Model->Record and Model->Collection hook events sync for nested and/or inner-hook transactions ([#6122](https://github.com/pocketbase/pocketbase/discussions/6122)).
- Other minor improvements (updated Go and npm deps, added extra escaping for the default mail record params in case the emails are stored as html files, fixed code comment typos, etc.).
## v0.23.7
- Fixed JSVM exception -> Go error unwrapping when throwing errors from non-request hooks ([#6102](https://github.com/pocketbase/pocketbase/discussions/6102)).

View File

@@ -1 +1 @@
0.23.7
0.23.0-rc14