diff --git a/CHANGELOG.md b/CHANGELOG.md index 15edb7d16..82117972e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,25 @@ 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-v2501.1 + +### Removed + +- removed the deprecated django-ckeditor fields + +### Added + +- Added PollDetail/TextareaWithCounter.jsx and PollDetail/ChoiceRow.jsx +- `Voting Options` section to PollDashboard/EditPollManagement.jsx +- new setting `A4_EMAIL_ATTACHMENTS` if you need more than the `email_logo.png` attachement in your emails + - this allows you to add custom attachments to the emails, even those set in a4 + +### Changed + +- Renamed and refactored PollDetail/PollQuestion.jsx into PollDetail/PollChoice.jsx +- Refactored PollDetail/CharCounter.jsx +- refactored static/Alert.jsx + ## mb-v2412.1 ### Fixed diff --git a/changelog/8462.md b/changelog/8462.md deleted file mode 100644 index bcceb732a..000000000 --- a/changelog/8462.md +++ /dev/null @@ -1,10 +0,0 @@ -### Added - -- Added PollDetail/TextareaWithCounter.jsx and PollDetail/ChoiceRow.jsx -- `Voting Options` section to PollDashboard/EditPollManagement.jsx - -### Changed -- Renamed and refactored PollDetail/PollQuestion.jsx into PollDetail/PollChoice.jsx -- Refactored PollDetail/CharCounter.jsx - - diff --git a/changelog/8527.md b/changelog/8527.md deleted file mode 100644 index 77b66251f..000000000 --- a/changelog/8527.md +++ /dev/null @@ -1,3 +0,0 @@ -### Added -- new setting `A4_EMAIL_ATTACHMENTS` if you need more than the `email_logo.png` attachement in your emails - - this allows you to add custom attachments to the emails, even those set in a4 diff --git a/changelog/_1111.md b/changelog/_1111.md deleted file mode 100644 index d07d9d900..000000000 --- a/changelog/_1111.md +++ /dev/null @@ -1,3 +0,0 @@ -### Removed - -- removed the deprecated django-ckeditor fields diff --git a/changelog/_8471.md b/changelog/_8471.md deleted file mode 100644 index 27cb2ceaa..000000000 --- a/changelog/_8471.md +++ /dev/null @@ -1,2 +0,0 @@ -### Changed -- refactored static/Alert.jsx \ No newline at end of file