diff --git a/CHANGELOG.rst b/CHANGELOG.rst index b4c769a3..4e416e89 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -5,11 +5,14 @@ Change history 2.x.x (2024-11-28) ------------------ -* Updated `notifications-api-common` to version `0.3.1` +* Update `notifications-api-common` to version `0.3.1` * [#44] include missing `Service` migration from `zgw-consumers` -* Added `check_autorisaties_subscription` keyword argument to `_test_nrc_config` +* Add `check_autorisaties_subscription` keyword argument to `_test_nrc_config` which allows checking for subscriptions to be optional (defaults to `True`) for the authorization service. +* Modify `_test_nrc_config` check to skip extra checks if Notificaties API is not configured +* Add `raise_exceptions` option to `get_client` util +* Remove assertion in `to_internal_data` util to avoid errors in case of empty (204) responses 2.0.1 (2024-11-22) ------------------