diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/release-notes.rst | 3 |
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 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |