diff options
author | Brian S. O'Neill <bronee@gmail.com> | 2008-03-20 17:24:34 +0000 |
---|---|---|
committer | Brian S. O'Neill <bronee@gmail.com> | 2008-03-20 17:24:34 +0000 |
commit | 5ad29e976d528214c6e26065f2fb39126a5ae10a (patch) | |
tree | 5118aac8d3f835d10d1bb012563ccca9f42a6f45 | |
parent | 8798f87af9d49fa608eb28bde800425921cd613f (diff) |
Updated notes.
-rw-r--r-- | RELEASE-NOTES.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index c1216f8..da9e453 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -42,6 +42,8 @@ Carbonado change history do not cache null.
- Added support for "where exists" in queries via new syntax.
- Added support for outer joins via new syntax.
+- Transactions can be detached and attached from/to the current thread.
+- Storables can be serialized for temporary persistence or remote calls.
1.1.2 to 1.1.3
-------------------------------
|