diff --git a/CHANGELOG.md b/CHANGELOG.md index f55758ba7..5797908ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -27,7 +27,7 @@ forms.RecordUpsert.RemoveFiles(key, filenames...) // marks the filenames for deletion ``` -- Fixed fixed `LIKE` expressions backslash escaping ([#1231](https://github.com/pocketbase/pocketbase/discussions/1231)). +- Fixed `LIKE` expressions backslash escaping ([#1231](https://github.com/pocketbase/pocketbase/discussions/1231)). - Trigger the `password` validators in any of the others password change fields is set.