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 76a906721 CAY-2804 LocalTimeValueType potential loss of precision -
release notes
76a906721 is described below
commit 76a906721c7a0e1707460b7d89d7e471907fe6fc
Author: Nikita Timofeev <[email protected]>
AuthorDate: Tue Aug 6 16:12:24 2024 +0400
CAY-2804 LocalTimeValueType potential loss of precision
- release notes
---
RELEASE-NOTES.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index fb720e107..a41614f34 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -104,6 +104,7 @@ CAY-2794 Fix Incorrect JavaType for Vertical-Inheritance
Attributes
CAY-2796 Cayenne custom json formatter produces invalid json
CAY-2800 Modeler saves map.xml files with schema ordering error
CAY-2801 Incorrect equals() implementation in IdGenerationMarker could cause
data missing in the commit
+CAY-2804 LocalTimeValueType potential loss of precision
CAY-2806 Incorrect processing of unicode escape syntax in JSON
CAY-2809 Cayenne Expression grammar doesn't allow custom function as an
argument for string functions
CAY-2810 Can't use custom operator expression with aggregate functions