@@ -5,6 +5,23 @@ All notable changes to this project will be documented in this file.
55Since version v2306 the format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66This project (not yet) adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
77
8+ ## v2406.2
9+
10+ ### Added
11+ - modules diagrams
12+ - added pytest-mock to dev dependencies (currently only used in forks)
13+
14+ ### Fixed
15+ - fixed outdated telephone number in error templates
16+ - fixed linting errors and reformat the modified templates
17+ - disable password help text provided by django-allauth on login form
18+
19+ ### Changed
20+
21+ - changed link on error templates from hardcoded value to page root
22+ - docs structure
23+ - make insight migration a bit faster
24+
825## v2406.1
926
1027### Added
@@ -80,7 +97,7 @@ This project (not yet) adheres to [Semantic Versioning](https://semver.org/spec/
8097assets/blocks: small home page block improvements fixes #2493
8198assets/variables//button: rm twitter related styling and variable partial fix for #2363
8299apps/captcha: rm inline css and add to own file update structure to be more a11y friendly
83- apps/userdashboard/* : small styling fixes fixes #2392
100+ apps/userdashboard/: small styling fixes fixes #2392
84101assets/variables: reduce lightening slightly on tertiary background colour fixes #2369
85102templates/project_list_tile: ensure abbr date title is translatable and update styling and make it hoverable on a tile link fixes #2222
86103assets/account: update styling for user agreements fixes #1922
@@ -160,6 +177,10 @@ assets/account: update styling for user agreements fixes #1922
160177- inherited adapter's method from get_email_confirmation_redirect_url to get_email_verification_redirect_url
161178- to latest allauth v.0.63.2
162179- reformat CHANGELOG.md
180+ - fixed outdated telephone number in error templates
181+ - changed link on error templates from hardcoded value to page root
182+ - fix linting errors and reformat the modified templates
183+ - docs structure
163184
164185## v2306
165186
0 commit comments