This is an automated email from the ASF dual-hosted git repository. aadamchik pushed a commit to branch STABLE-4.1 in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/STABLE-4.1 by this push: new ad90d56 CommitLog does not include FKs for deleted objects CAY-2670 ad90d56 is described below commit ad90d56e5caaa8eb24f285814deb7d6aa000732e Author: Andrus Adamchik <and...@objectstyle.com> AuthorDate: Thu Aug 6 14:26:51 2020 +0300 CommitLog does not include FKs for deleted objects CAY-2670 release notes --- RELEASE-NOTES.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index 792c1cf..0a121b4 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -8,6 +8,15 @@ To browse individual bug reports check out project issue tracker: https://issues.apache.org/jira/browse/CAY ---------------------------------- +Release: 4.1.1 +Date: +---------------------------------- + +Bug Fixes: + +CAY-2670 CommitLog does not include FKs for deleted objects with one-way relationships + +---------------------------------- Release: 4.1 Date: July 14, 2020 ----------------------------------