From 1505103f1f61ecbb3fa3de904af131704f9456f4 Mon Sep 17 00:00:00 2001 From: Andreas Maier Date: Thu, 15 Aug 2019 10:28:27 +0200 Subject: [PATCH] Release 0.24.0 Signed-off-by: Andreas Maier --- docs/changes.rst | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/docs/changes.rst b/docs/changes.rst index 487f00ed..70513694 100644 --- a/docs/changes.rst +++ b/docs/changes.rst @@ -22,7 +22,7 @@ Change log Version 0.24.0 ^^^^^^^^^^^^^^ -Released: not yet +Released: 2019-08-15 **Incompatible changes:** @@ -31,14 +31,10 @@ Released: not yet perform the requested action.") so far raised `ServerAuthError`. However, that exception does not represent that situation properly, because the login user is actually properly authenticated. - The handling of this case was changed to now raise `HTTPError` instead of `ServerAuthError`. - - This change is incompatible to users of the zhmcclient API that are handling - this situation specifically. - -**Deprecations:** + This change is only incompatible to users of the zhmcclient API who have + code handling this exception specifically. **Bug fixes:** @@ -81,12 +77,6 @@ Released: not yet * Added support for specifying multiple notification topics to `zhmcclient.NotificationReceiver`. -**Known issues:** - -* See `list of open issues`_. - -.. _`list of open issues`: https://github.com/zhmcclient/python-zhmcclient/issues - Version 0.23.0 ^^^^^^^^^^^^^^