You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2016/11/10 13:00:44 UTC

cayenne git commit: CAY-2136 Allow Ordering.orderedList(…) methods to accept a Collection rather than only a List

Repository: cayenne
Updated Branches:
  refs/heads/master 0a1278d9a -> 740a6e1aa


CAY-2136 Allow Ordering.orderedList(\u2026) methods to accept a Collection rather than only a List

release notes;


Project: http://git-wip-us.apache.org/repos/asf/cayenne/repo
Commit: http://git-wip-us.apache.org/repos/asf/cayenne/commit/740a6e1a
Tree: http://git-wip-us.apache.org/repos/asf/cayenne/tree/740a6e1a
Diff: http://git-wip-us.apache.org/repos/asf/cayenne/diff/740a6e1a

Branch: refs/heads/master
Commit: 740a6e1aa562b7100d45cea3355a449d259efb5e
Parents: 0a1278d
Author: Andrus Adamchik <an...@objectstyle.com>
Authored: Thu Nov 10 18:30:37 2016 +0530
Committer: Andrus Adamchik <an...@objectstyle.com>
Committed: Thu Nov 10 18:30:37 2016 +0530

----------------------------------------------------------------------
 docs/doc/src/main/resources/RELEASE-NOTES.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cayenne/blob/740a6e1a/docs/doc/src/main/resources/RELEASE-NOTES.txt
----------------------------------------------------------------------
diff --git a/docs/doc/src/main/resources/RELEASE-NOTES.txt b/docs/doc/src/main/resources/RELEASE-NOTES.txt
index db5c839..613a3f7 100644
--- a/docs/doc/src/main/resources/RELEASE-NOTES.txt
+++ b/docs/doc/src/main/resources/RELEASE-NOTES.txt
@@ -41,6 +41,7 @@ CAY-2130 Stripping common name prefixes on reverse engineering
 CAY-2132 Adding SybaseSelectTranslator to support TOP/DISTINCT TOP in limited queries
 CAY-2133 ObjectNameGenerator refactoring - unifying relationship name generation
 CAY-2135 cdbimport: reset DbEntity catalogs / schemas to DataMap defaults
+CAY-2136 Allow Ordering.orderedList(\u2026) methods to accept a Collection rather than only a List
 
 Bug Fixes: