Update changelog for 0.23.0-rc14

This commit is contained in:
LukeHagar
2024-12-03 00:01:22 +00:00
committed by github-actions[bot]
parent 9e2a1b50c7
commit 7763a89627
2 changed files with 12 additions and 1 deletions

View File

@@ -1,3 +1,14 @@
## v0.23.4
- Fixed `autodate` fields not refreshing when calling `Save` multiple times on the same `Record` instance ([#6000](https://github.com/pocketbase/pocketbase/issues/6000)).
- Added more descriptive test OTP id and failure log message ([#5982](https://github.com/pocketbase/pocketbase/discussions/5982)).
- Moved the default UI CSP from meta tag to response header ([#5995](https://github.com/pocketbase/pocketbase/discussions/5995)).
- Updated Go and npm dependencies.
## v0.23.3 ## v0.23.3
- Fixed Gzip middleware not applying when serving static files. - Fixed Gzip middleware not applying when serving static files.

View File

@@ -1 +1 @@
0.23.3 0.23.0-rc14