From 8d30cb57e26a3c7d18e3d5be7521fa240c6c9d3e Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sun, 14 Jun 2026 19:02:43 +0300 Subject: [PATCH] fixed grammar --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e0dbb84..2aa7a597 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ ## v0.39.4 - Removed `redirectURL` required validator from the code->token exchange endpoint (aka. `authWithOAuth2Code()`) ([#7734](https://github.com/pocketbase/pocketbase/issues/7734)). - _Note that the OAuth2 provider has their own validations and whether it is allowed to be empty or not could depend on the configured OAuth2 app (in most cases it is required and the redirect address must match with the initial value submitted with the authorization request)._ + _Note that OAuth2 providers have their own validations and whether it is allowed to be empty or not could depend on the configured OAuth2 app (in most cases it is required and the redirect address must match with the initial value submitted with the authorization request)._ - Enabled sorting by the first _implicit_ presentable relation field ([#7735](https://github.com/pocketbase/pocketbase/discussions/7735)). -- Other minor UI fixes (tooltip clear on hovered element removal, sortable optional before element fix, etc.). +- Other minor UI fixes (tooltip clear on hovered element removal, optional before element sortable fix, etc.). - Updated goja and the related `golang.org/x/*` dependencies (regex support improvements).