From 457e094d41e6c80558e349f17b64c3ab6c395c2b Mon Sep 17 00:00:00 2001 From: Gani Georgiev Date: Sat, 12 Sep 2026 23:07:08 +0300 Subject: [PATCH] fixed hook name --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d080ef0..ead8488c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ - Fixed migration deadlock if a logs db write happens to run while the migration is still executing ([#7836](https://github.com/pocketbase/pocketbase/issues/7836)). - `app.ResetBootstrapState()` was soft-deprecated in favour of `app.ClearBootstrap()`. - _Additionally a new `app.OnClearBootstrap()` hook was added to allow clearing custom allocated `OnBootstrap` resources in case the app uses a non-standard initialization (e.g. doesn't call `Start()` or intentionally skip the `OnTerminate` hook)._ + _Additionally a new `app.OnBootstrapClear()` hook was added to allow clearing custom allocated `OnBootstrap` resources in case the app uses a non-standard initialization (e.g. doesn't call `Start()` or intentionally skip the `OnTerminate` hook)._ - Bumped `golang.org/x/*` dependencies.