From 4e246779f4f80078f3bb2ee15e28211e12f060c7 Mon Sep 17 00:00:00 2001 From: Daniel Klabbers Date: Tue, 22 Jun 2021 21:34:21 +0200 Subject: [PATCH] changelog so far for 1.0.3 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f30b462b0..3c0cfda8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.0.3](https://github.com/flarum/core/compare/v1.0.2...v1.0.3) + +### Changed + +- Removed [forum] prefix from Request Password and Email Confirmation emails ([a4a81c0](https://github.com/flarum/core/commit/a4a81c0ec237476cd6e7ca00c1ed9465493af476)) +- Adopt huntr.dev for handling our security vulnerability reports (https://github.com/flarum/core/pull/2918) +- Maintenance handler can now be replaced through the service container (ioc) ([4acff91](https://github.com/flarum/core/commit/4acff91f8063fcced9bf8c9a76fbb510d06823c0)) +- The colors on the auto generated avatars are now based on the Display Name of the user (https://github.com/flarum/core/pull/2873) + +### Fixed + +- Avatar in notifications list are incorrectly aligned (https://github.com/flarum/core/pull/2906) + ## [1.0.2](https://github.com/flarum/core/compare/v1.0.1...v1.0.2) ### Fixed