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 76d31a7 CAY-2697 Read-only cgen template creates mutator methods for to-many relationships 76d31a7 is described below commit 76d31a7e1f86ac5edfb64ef445a83278abd8f180 Author: Nikita Timofeev <stari...@gmail.com> AuthorDate: Mon Dec 13 13:03:45 2021 +0300 CAY-2697 Read-only cgen template creates mutator methods for to-many relationships --- RELEASE-NOTES.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 2f45843..c63b79c 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -14,6 +14,8 @@ Date: Changes/New Features: Bug Fixes: + +CAY-2697 Read-only cgen template creates mutator methods for to-many relationships CAY-2724 Duplicating relationship after editing its name ----------------------------------