From 33e11efb828ba1a67003a1e2e3ab07edaf1ac1fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dani=C3=ABl=20Klabbers?= Date: Thu, 20 Jan 2022 13:56:05 +0100 Subject: [PATCH] update changelog --- framework/core/CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framework/core/CHANGELOG.md b/framework/core/CHANGELOG.md index 4976c7fed..e414a8529 100644 --- a/framework/core/CHANGELOG.md +++ b/framework/core/CHANGELOG.md @@ -100,7 +100,8 @@ - `last_activity_at, last_seen_at` updated on all API requests (https://github.com/flarum/core/pull/3231). - `RememberMe` access token updated twice in API requests (https://github.com/flarum/core/pull/3233). - Error in `funding` item in `composer.json` bricks the frontend (https://github.com/flarum/core/pull/3239). -- Fix escaped quotes in window title (https://github.com/flarum/core/pull/3264) +- Escaped quotes in window title (https://github.com/flarum/core/pull/3264) +- `schedule:list` command fails due to missing timezone configuration. ### Deprecated - Unused `evented` utility (https://github.com/flarum/core/pull/3125).