From f797349de42a05fd9468cda617d8ad262d548a1e Mon Sep 17 00:00:00 2001 From: Andrea Buntz Neiman Date: Wed, 18 Dec 2024 10:21:01 -0500 Subject: [PATCH] Docs: 3.14.2 release notes Signed-off-by: Andrea Buntz Neiman Signed-off-by: Jane Sandberg --- docs/RELEASE_NOTES_3_14.adoc | 67 ++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/docs/RELEASE_NOTES_3_14.adoc b/docs/RELEASE_NOTES_3_14.adoc index 478fa04dbf..e74f23266a 100644 --- a/docs/RELEASE_NOTES_3_14.adoc +++ b/docs/RELEASE_NOTES_3_14.adoc @@ -3,6 +3,73 @@ :numbered: :toclevels: 3 +== Evergreen 3.14.2 == + +This release contains bug fixes and documentation fixes improving on Evergreen 3.14.1. + +=== Acquisitions === + +* Fixes the fund dropdown on invoice direct charges. (https://bugs.launchpad.net/evergreen/+bug/2086786[Bug 2086786]) + +=== Booking === + +* Prevents reservation screen navigation if reservation confirmation fails. (https://bugs.launchpad.net/evergreen/+bug/2091015[Bug 2091015]) + +=== Circulation === + +* Replaces the hard coded "Credit Card" payment type with the correct type +from money.payment.payment_type. (https://bugs.launchpad.net/bugs/1980294[Bug 1980294]) + +=== Documentation === + +* Updates booking module documentation with new visuals for better usability. +* Updates My Lists documentation (https://bugs.launchpad.net/evergreen/+bug/2091179[Bug 2091179]) +* Updates cross references in Reports documentation. +* Updates broken image links (https://bugs.launchpad.net/evergreen/+bug/2089057[Bug 2089057]) +* Removes dead links & pages (https://bugs.launchpad.net/evergreen/+bug/2076271[Bug 2076271]) +* Updates to Search Results documentation. +* Updates to Record Buckets documentation. + +=== Release Process === + +* Improves the release process. (https://bugs.launchpad.net/evergreen/+bug/2089305[Bug 2089305]) +* Stops including partial changelogs in official tarballs. (https://bugs.launchpad.net/evergreen/+bug/2082209[Bug 2082209]) +* Fixes potential failure in database upgrade script. (https://bugs.launchpad.net/evergreen/+bug/2086105[Bug 2086105]) + +=== Reports === + +* Fixes alignment of the "Filter value" input in the new reports editor.(https://bugs.launchpad.net/evergreen/+bug/2085970[Bug 2085970]) +* Fixes capitalization of "New template" button in the Angular Reporter (https://bugs.launchpad.net/evergreen/+bug/2083702[Bug 2083702]) +* Angular report template documentation now shown (https://bugs.launchpad.net/evergreen/+bug/2077443[Bug 2077443]) +* Adds a Venn diagram selector for reports nullability (https://bugs.launchpad.net/bugs/2077460[Bug 2077460]) + +=== Staff Client === + +* Fixes bug that could result in incorrect or incomplete Fix bug that could result in incorrect or incomplete data being fetched from the database, particularly in interfaces +that page through results (https://bugs.launchpad.net/evergreen/+bug/2089419[Bug 2089419]) + + +=== Acknowledgements === + +We would like to thank the following individuals who contributed code, testing, documentation, and patches to the 3.14.2 point release of Evergreen: + +* Andrea Buntz Neiman +* Blake Graham-Henderson +* Galen Charlton +* Gina Monti +* Ian Skelskey +* Jane Sandberg +* Jason Boyer +* Jason Stephenson +* Jeff Davis +* Michele Morgan +* Mike Rylander +* Ruth Frasur Davis +* Steven Mayo +* Susan Morrison +* Tiffany Little + + == Evergreen 3.14.1 == This release contains bug fixes and documentation fixes improving on Evergreen 3.14.0.