You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by nt...@apache.org on 2021/11/24 14:32:01 UTC

[cayenne] branch master updated: Add missing entries to release notes

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 82be992  Add missing entries to release notes
82be992 is described below

commit 82be992e6b4ed74ab193f9f3c73292665386f43b
Author: Nikita Timofeev <st...@gmail.com>
AuthorDate: Wed Nov 24 17:31:56 2021 +0300

    Add missing entries to release notes
---
 RELEASE-NOTES.txt | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 1306c63..37aa904 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -14,13 +14,17 @@ Date:
 Changes/New Features:
 
 CAY-2399 Convert string values to Enum in qualifiers
+CAY-2637 Allow forcing a custom Connection for a transaction
 CAY-2718 Use testcontainers for the integration tests
 
 Bug Fixes:
 
 CAY-2092 Exception for query that uses pagination and sorting on to-many
+CAY-2694 Precision issues with reverse / forward engineering of time types on MySQL
+CAY-2699 Modeler: dbimport schema view not working on SQLite
 CAY-2702 Modeler: Callbacks table has too small default width
 CAY-2703 Modeler: incorrect active tab style on the MacOS version
+CAY-2704 Vertical inheritance with Embeddedables looses ObjAttribute information
 CAY-2705 Performance of callback annotation processing
 CAY-2706 Modeler: object attribute dialog doesn't properly initialized for the embeddable type
 CAY-2707 Modeler: code generation is broken in the DataDomain tab