From f4ace73a3c59434b8717efb2d83f50084f470fe4 Mon Sep 17 00:00:00 2001 From: David Wheatley Date: Mon, 1 Aug 2022 11:59:57 +0100 Subject: [PATCH] chore(statistics): add release notes for 1.4.1 --- extensions/statistics/CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/extensions/statistics/CHANGELOG.md b/extensions/statistics/CHANGELOG.md index aec7e9f07..337c88ea4 100644 --- a/extensions/statistics/CHANGELOG.md +++ b/extensions/statistics/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.4.1](https://github.com/flarum/statistics/compare/v1.4.0...v1.4.1) + +### Changed +- Rewrite to prevent admin dashboard long loading times on very large communities (https://github.com/flarum/framework/pull/3531) + +## [1.4.0](https://github.com/flarum/statistics/compare/v1.3.0...v1.4.0) + +No changes. + +## [1.3.0](https://github.com/flarum/statistics/compare/v1.2.0...v1.3.0) + +No changes. + ## [1.2.0](https://github.com/flarum/statistics/compare/v1.1.0...v1.2.0) No changes.