doc/release-notes: note that WATCH can get ENOENT now

Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
Sage Weil 2014-03-12 21:32:21 -07:00
parent f6b3a0b741
commit fb8ff44516

View File

@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~