From bcaf28982b7b8bee1e263dd5a78f49e1984803e1 Mon Sep 17 00:00:00 2001 From: github actions Date: Tue, 3 Oct 2023 00:49:34 +0000 Subject: [PATCH] v2.40.3 changelog update --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0e7d70a3a3..c1bd597fb0e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## v2.40.3 - 2023-10-03 + +[Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.40.2...v2.40.3) + +- [#6897](https://github.com/ORCID/ORCID-Source/pull/6897): 8716 source sorting option +- [#6895](https://github.com/ORCID/ORCID-Source/pull/6895): feature: Add sorting by source functionality to funding and works + +### Fix + +- Update comparator class to not be static so we can assign an orcid id every time the comparator class its generated +- Sort by source unit test + +### Feature + +- Add sorting by source functionality to funding and works + ## v2.40.2 - 2023-10-02 [Full Changelog](https://github.com/ORCID/ORCID-Source/compare/v2.40.1...v2.40.2)