summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index d8c31bb..eadcc09 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -32,6 +32,9 @@ Carbonado change history
- Added trigger support for after loads and queries.
- Removed vestigial support for wrapping Storables.
- Storable toString and toStringKeyOnly methods skip uninitialized properties.
+- Calling Storable.update when there are no dirty properties actually does an
+ update instead of being "smart" and ignoring the update request. The old
+ behavior was non-intuitive and interfered with expected trigger behavior.
1.1 to 1.1.2
-------------------------------