PendingReleaseNotes: changed librados::NObjectIterator exceptions

Signed-off-by: Casey Bodley <cbodley@redhat.com>
This commit is contained in:
Casey Bodley 2018-11-27 09:45:19 -05:00
parent 72f7cd500d
commit 50f7ae52f1

View File

@ -66,6 +66,9 @@
* The `ceph` command line tool now accepts keyword arguments in
the format "--arg=value" or "--arg value".
* librados::IoCtx::nobjects_begin() and librados::NObjectIterator now communicate
errors by throwing a std::system_error exception instead of std::runtime_error.
>=13.1.0
--------