diff --git a/CHANGELOG.md b/CHANGELOG.md index ab1036166..509aa4799 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file. Since version v2306 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). +## v2406.2 + +### Added +- modules diagrams +- added pytest-mock to dev dependencies (currently only used in forks) + +### Fixed +- fixed outdated telephone number in error templates +- fixed linting errors and reformat the modified templates +- disable password help text provided by django-allauth on login form + +### Changed + +- changed link on error templates from hardcoded value to page root +- docs structure +- make insight migration a bit faster + ## v2406.1 ### Added @@ -80,7 +97,7 @@ This project (not yet) adheres to [Semantic Versioning](https://semver.org/spec/ assets/blocks: small home page block improvements fixes #2493 assets/variables//button: rm twitter related styling and variable partial fix for #2363 apps/captcha: rm inline css and add to own file update structure to be more a11y friendly -apps/userdashboard/*: small styling fixes fixes #2392 +apps/userdashboard/: small styling fixes fixes #2392 assets/variables: reduce lightening slightly on tertiary background colour fixes #2369 templates/project_list_tile: ensure abbr date title is translatable and update styling and make it hoverable on a tile link fixes #2222 assets/account: update styling for user agreements fixes #1922 @@ -160,6 +177,10 @@ assets/account: update styling for user agreements fixes #1922 - inherited adapter's method from get_email_confirmation_redirect_url to get_email_verification_redirect_url - to latest allauth v.0.63.2 - reformat CHANGELOG.md +- fixed outdated telephone number in error templates +- changed link on error templates from hardcoded value to page root +- fix linting errors and reformat the modified templates +- docs structure ## v2306 diff --git a/changelog/0000.md b/changelog/0000.md deleted file mode 100644 index 200871748..000000000 --- a/changelog/0000.md +++ /dev/null @@ -1,7 +0,0 @@ -### Added - -- modules diagrams - -### Changed - -- docs structure diff --git a/changelog/_1111.md b/changelog/_1111.md deleted file mode 100644 index d19d27214..000000000 --- a/changelog/_1111.md +++ /dev/null @@ -1,3 +0,0 @@ -### Added - -- added pytest-mock to dev dependencies (currently only used in forks) diff --git a/changelog/_1112.md b/changelog/_1112.md deleted file mode 100644 index 5488b1465..000000000 --- a/changelog/_1112.md +++ /dev/null @@ -1,5 +0,0 @@ -### Changed - -- fixed outdated telephone number in error templates -- changed link on error templates from hardcoded value to page root -- fix linting errors and reformat the modified templates diff --git a/changelog/_1113.md b/changelog/_1113.md deleted file mode 100644 index a0a3b08d1..000000000 --- a/changelog/_1113.md +++ /dev/null @@ -1,3 +0,0 @@ -### Fixed - -- disable password help text provided by django-allauth on login form