summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-09-03 17:13:02 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-09-03 17:13:02 +0000
commitce4fecd9d313d61d9468954c675e735d468a4a5e (patch)
tree443126fa9931526230817a8e2c9448e556099cab /RELEASE-NOTES.txt
parent4db278970eec5165c04fa0bc1d9c2dd7aa7ce6b3 (diff)
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.
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
-------------------------------