From 69c811feb292cd2a2bfacdccd1a3ded61ed9e34a Mon Sep 17 00:00:00 2001 From: Mara Karagianni Date: Mon, 24 Jun 2024 17:30:04 +0300 Subject: [PATCH] release aplus-v2406.3 --- CHANGELOG.md | 12 ++++++++++++ changelog/_1111.md | 3 --- changelog/_1112.md | 3 --- changelog/_1113.md | 5 ----- 4 files changed, 12 insertions(+), 11 deletions(-) delete mode 100644 changelog/_1111.md delete mode 100644 changelog/_1112.md delete mode 100644 changelog/_1113.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d21c6d8a..11b43517a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), This project (not yet) adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## aplus-v2406.3 + +### Fixed + +- add missing get_blueprint_type_display to module model +- comments_async: fix child comments not being editable by creator +- comments_async: hide "Join the discussion" headline when editing + a comment + +### Changed + +- make wording for ai report toggle more specific ## aplus-v2406.1 diff --git a/changelog/_1111.md b/changelog/_1111.md deleted file mode 100644 index 63be08cb2..000000000 --- a/changelog/_1111.md +++ /dev/null @@ -1,3 +0,0 @@ -### Changed - -- make wording for ai report toggle more specific diff --git a/changelog/_1112.md b/changelog/_1112.md deleted file mode 100644 index 3ae112c6b..000000000 --- a/changelog/_1112.md +++ /dev/null @@ -1,3 +0,0 @@ -### Fixed - -- add missing get_blueprint_type_display to module model diff --git a/changelog/_1113.md b/changelog/_1113.md deleted file mode 100644 index c19e349a4..000000000 --- a/changelog/_1113.md +++ /dev/null @@ -1,5 +0,0 @@ -### Fixed - -- comments_async: fix child comments not being editable by creator -- comments_async: hide "Join the discussion" headline when editing - a comment