diff --git a/CHANGELOG_16_22.md b/CHANGELOG_16_22.md index bfe0c17f..b5b676de 100644 --- a/CHANGELOG_16_22.md +++ b/CHANGELOG_16_22.md @@ -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)).