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).