summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorbroneill <bronee@gmail.com>2014-03-06 07:36:57 -0800
committerbroneill <bronee@gmail.com>2014-03-06 07:36:57 -0800
commit067f05344c5ac8527ea4f97880a53ac7e89bc031 (patch)
treed34dc9e7086c22885ca16eb951f299ef6e36d4dd /RELEASE-NOTES.txt
parentf05b872d24635c6bbf8adbf87bb61f761cbb650d (diff)
Updated version 1.3 info.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt9
1 files changed, 7 insertions, 2 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index aefa52a..e910fdf 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -1,5 +1,5 @@
-Carbonado version 1.2.2
------------------------
+Carbonado version 1.3
+---------------------
Carbonado is an extensible, high performance persistence abstraction layer for
Java applications with a relational view to the underlying persistence
@@ -11,6 +11,11 @@ https://github.com/Carbonado/Carbonado/
Carbonado change history
------------------------
+1.3
+-------------------------------
+- Depends on Java 7.
+- Added AutoCloseable support for Cursor and Transaction.
+
1.2.1 to 1.2.2
-------------------------------
- Added remote access support including remote procedures.