Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-09-09 04:15:20 (GMT)
committer Dan Williams <dcbw@redhat.com>2007-09-09 04:15:20 (GMT)
commit0a7e80f01ac0f96b15d1eeeda3386be40b8a9b7c (patch)
tree450b32940ee8554766d4d32d57fc399ed016a528 /NEWS
parent0e38f871622d85b0c4651d0fc64c4693b805eb79 (diff)
Fix duplicate datastore entries on item creation caused by last commit
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index da00958..1f0c716 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,4 @@
+* Fix duplicate datastore entries on item creation caused by last commit
* On update() and create(), copy asynchronously where possible, and
add new "transfer_ownership" argument to update() and create() that
allow the datastore to move the object rather than copy it (dcbw)