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 e8fa24a5c CAY-2830 Cleanup `DataContext` code - release notes
e8fa24a5c is described below
commit e8fa24a5c0e5d2b55b21f7e2d647c64f9f69db85
Author: stariy95 <[email protected]>
AuthorDate: Wed Dec 6 16:04:36 2023 +0400
CAY-2830 Cleanup `DataContext` code
- release notes
---
RELEASE-NOTES.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index ce84893f8..1892d815c 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -51,6 +51,7 @@ CAY-2825 Rename package `o.a.c.configuration.server` to
`o.a.c.configuration.run
CAY-2826 Rename `ServerModule` to `CoreModule`
CAY-2828 Rename values in `org.apache.cayenne.configuration.Constants`
CAY-2829 Merge `BaseContext` with `DataContext` and deprecate it
+CAY-2830 Cleanup `DataContext` code
Bug Fixes: