diff --git a/releases/7.5.2.md b/releases/7.5.2.md index a910cff832e..16aa44d8319 100644 --- a/releases/7.5.2.md +++ b/releases/7.5.2.md @@ -3,17 +3,32 @@ Arches 7.5.2 Release Notes ### Bug Fixes and Enhancements -1. Fix bug where a Django auth group with no member causes 500 error in some views, #10702 -2. Fix page break when domain value has apostrophe -3. Add missing required asterisk to string widget #10749 -4. Fix Slick carousel plugin path so it can be used in the application #10778 - +- Fix bug where a Django auth group with no member causes 500 error in some views, #10702 +- Fix long resource instance titles from being hidden #10605 +- Add a generic celery task to run custom etl modules #10574 +- Fix page break when domain value has apostrophe +- Avoid logging exceptions for tiles with None values #10607 +- Persist node sort order on graph import #10669 +- Fix error when requesting json-ld with url values #9190 +- Fix 500 error in the user Profile view, #10708 +- Add missing required asterisk to string widget #10749 +- Fix Slick carousel plugin path so it can be used in the application #10778 +- Fix incompatible version of datatables.net #10740 +- Fix max file size warning in the file widget #10660 ### Dependency changes: ``` Python: Upgraded: Django 4.2.10 > 4.2.11 (or <5.0.0) + +JavaScript: + Upgraded: + datatables.net-bs ~1.13.11 + datatables.net-buttons ~2.4.3 + datatables.net-buttons-bs ~2.4.3 + datatables.net-responsive ~2.5.1 + datatables.net-responsive-bs ~2.5.1 ``` This release relaxes the upper bound on Django to add compatibility with further Django 4.2.x patch releases without requiring a corresponding Arches patch release. @@ -62,15 +77,3 @@ This release relaxes the upper bound on Django to add compatibility with further ``` sudo service apache2 reload ``` - - -### Dependency changes: -``` -JavaScript: - Upgraded: - datatables.net-bs ~1.13.11 - datatables.net-buttons ~2.4.3 - datatables.net-buttons-bs ~2.4.3 - datatables.net-responsive ~2.5.1 - datatables.net-responsive-bs ~2.5.1 -```