From 824031e1a4c2456b6e38b1c380a4d88bdeee1154 Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sat, 26 Aug 2023 10:30:26 +0300 Subject: [PATCH] updated changelog --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b850c0b..d4c63ada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -85,7 +85,7 @@ // new TestAppFactory: func(t *testing.T) *tests.TestApp ``` - _Returning a `nil` app instance from the factory results in test failure._ + _Returning a `nil` app instance from the factory results in test failure. You can enforce a custom test failure by calling `t.Fatal(err)` inside the factory._ - Fill the `LastVerificationSentAt` and `LastResetSentAt` fields only after a successfull email send ([#3121](https://github.com/pocketbase/pocketbase/issues/3121)). @@ -100,7 +100,6 @@ - Reflected the latest JS SDK changes in the Admin UI. - ## v0.17.7 - Fixed the autogenerated `down` migrations to properly revert the old collection rules in case a change was made in `up` ([#3192](https://github.com/pocketbase/pocketbase/pull/3192); thanks @impact-merlinmarek).