From b2c8f394af26a8eac2c568ad34b8672ae2f08c74 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sat, 9 Sep 2023 12:18:56 +0300 Subject: [PATCH] fixed changelog typo --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2058464d..d47c1d24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ ## v0.18.2 -- Prevent breaking the record form in the Admin UI in case the browser's localStorage quote has been exceeded when uploading or storing large `editor` values ([#3265](https://github.com/pocketbase/pocketbase/issues/3265)). +- Prevent breaking the record form in the Admin UI in case the browser's localStorage quota has been exceeded when uploading or storing large `editor` values ([#3265](https://github.com/pocketbase/pocketbase/issues/3265)). - Updated docs and missing JSVM typings. - Exposed additional crypto primitives under the `$security.*` JSVM namespace ([#3273](https://github.com/pocketbase/pocketbase/discussions/3273)): - ``` + ```js // HMAC with SHA256 $security.hs256("hello", "secret")