summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSage Weil <sage@inktank.com>2014-03-13 05:32:21 +0100
committerSage Weil <sage@inktank.com>2014-03-13 05:32:21 +0100
commitfb8ff44516deb2e57407e02e13cede6311713723 (patch)
tree06d1a96410821d5ceca168ccdb89083ac4903274 /doc
parentMerge pull request #1423 from fractalcat/respect-python-env (diff)
downloadceph-fb8ff44516deb2e57407e02e13cede6311713723.tar.xz
ceph-fb8ff44516deb2e57407e02e13cede6311713723.zip
doc/release-notes: note that WATCH can get ENOENT now
Signed-off-by: Sage Weil <sage@inktank.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/release-notes.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/release-notes.rst b/doc/release-notes.rst
index 78a76b7dfe0..7a60c111f77 100644
--- a/doc/release-notes.rst
+++ b/doc/release-notes.rst
@@ -48,6 +48,9 @@ Upgrading from v0.77
* The librados cmpxattr operation now handles xattrs containing null bytes as
data rather than null-terminated strings.
+* A librados WATCH operation on a non-existent object now returns ENOENT;
+ previously it did not.
+
Upgrading from v0.72 Emperor
~~~~~~~~~~~~~~~~~~~~~~~~~~~~