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 2014/04/27 10:02:40 UTC

git commit: CAY-1921 Support for schema selection in 'Migrate Database Schema'

Repository: cayenne
Updated Branches:
  refs/heads/master 0056d5ab1 -> f3d7fb982


CAY-1921 Support for schema selection in 'Migrate Database Schema'

release notes


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

Branch: refs/heads/master
Commit: f3d7fb9822172fcb4ce2c62382a7d1e060198b65
Parents: 0056d5a
Author: aadamchik <aa...@apache.org>
Authored: Sun Apr 27 11:02:32 2014 +0300
Committer: aadamchik <aa...@apache.org>
Committed: Sun Apr 27 11:02:32 2014 +0300

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


http://git-wip-us.apache.org/repos/asf/cayenne/blob/f3d7fb98/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 c7acbcf..304c9a4 100644
--- a/docs/doc/src/main/resources/RELEASE-NOTES.txt
+++ b/docs/doc/src/main/resources/RELEASE-NOTES.txt
@@ -45,6 +45,7 @@ CAY-1916 cayenne-crypto module that enables data encryption for certain model at
 CAY-1918 Replace Oracle LOB hacks with JDBC 4.0 API
 CAY-1919 Split DataNode creation into a separate DataNodeFactory
 CAY-1920 DI: add support for decorators
+CAY-1921 Support for schema selection in 'Migrate Database Schema'
 CAY-1923 Optimize BatchTranslator - use fixed size array of BatchParameterBinding
 CAY-1925 cayenne-crypto: add optional compression to the encryption pipeline