fixed changelog typo

This commit is contained in:
Gani Georgiev 2022-12-14 12:38:47 +02:00
parent 4cbb7f58cd
commit e964b019c2
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
forms.RecordUpsert.RemoveFiles(key, filenames...) // marks the filenames for deletion 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. - Trigger the `password` validators in any of the others password change fields is set.