This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/master by this push:
new b7d7f0d16 CAY-2873 Change Orderings.orderedList() to accept a
Collection rather than a List
b7d7f0d16 is described below
commit b7d7f0d162421776cb3af6361cefa9c4896705a6
Author: Nikita Timofeev <[email protected]>
AuthorDate: Mon Sep 16 16:22:06 2024 +0400
CAY-2873 Change Orderings.orderedList() to accept a Collection rather than
a List
---
RELEASE-NOTES.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 12a7ee9bd..3fdddfe2d 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -13,6 +13,8 @@ Date:
----------------------------------
Changes/New Features:
+CAY-2873 Change Orderings.orderedList() to accept a Collection rather than a
List
+
Bug Fixes:
----------------------------------