summaryrefslogtreecommitdiff
path: root/RELEASE-NOTES.txt
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2007-10-20 20:24:40 +0000
committerBrian S. O'Neill <bronee@gmail.com>2007-10-20 20:24:40 +0000
commit64a9d91c5d3abb7e8d3b31a6c7af2bdd759e83a0 (patch)
tree98761ab448cb0ffb22536615345aa0dda8c35769 /RELEASE-NOTES.txt
parent773d8ba8d4f9560a2ef43d7673c2515677b4ac85 (diff)
Fixed change comment.
Diffstat (limited to 'RELEASE-NOTES.txt')
-rw-r--r--RELEASE-NOTES.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index 6c64824..60880db 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -35,7 +35,7 @@ Carbonado change history
- 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.
-- One-to-many join properties which don't exist always return null now, instead
+- Many-to-one join properties which don't exist always return null now, instead
of throwing FetchNoneException. Behavior now matches that of nullable join
properties, which never threw FetchNoneException. Nullable join properties
which resolve to null are cached as before, but non-nullable join properties