From 1b48bdb81aa30f9e7cf5ebfeb703cac8224fa2b8 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sun, 29 Jan 2023 23:23:45 +0200 Subject: [PATCH] fixed changelog typos --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6b5b8cd..cc842bb8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ ## v0.12.0 -- Refactored the relation picker UI to allowing server-side search, sorting, create, update and delete of relation records ([#976](https://github.com/pocketbase/pocketbase/issues/976)). +- Refactored the relation picker UI to allow server-side search, sort, create, update and delete of relation records ([#976](https://github.com/pocketbase/pocketbase/issues/976)). - Added new `RelationOptions.DisplayFields` option to specify custom relation field(s) visualization in the Admin UI.