updated backport changelog

This commit is contained in:
Gani Georgiev
2026-09-02 12:41:04 +03:00
parent ac4c30ccbc
commit e417a26a05
+7
View File
@@ -2,6 +2,13 @@
> For the most recent versions, please refer to [CHANGELOG.md](./CHANGELOG.md)
---
## v0.22.54
- (_Backported from v0.40.2_) Return an error when unsupported values are passed as placeholder filter params and optimized params replacement to apply in a single pass.
- (_Backported from v0.40.2_) Bumped the min Go GitHub action version to 1.27.1 as it includes some [minor `database/sql` and `enconding/json/v2` bug fixes](https://github.com/golang/go/issues?q=milestone%3AGo1.27.1).
## v0.22.53
- Workaround `encoding/json` infinite recursion when used with Go 1.27 ([#7808](https://github.com/pocketbase/pocketbase/issues/7808)).