From 01a9c755013db8dd900825ea8835aa2c01153e90 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Thu, 28 Nov 2024 10:15:54 +0100 Subject: [PATCH] Added changelog entry for optional subscription checking for AC component --- CHANGELOG.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 342393ba..b4c769a3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -7,6 +7,9 @@ Change history * Updated `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` + which allows checking for subscriptions to be optional (defaults to `True`) for the + authorization service. 2.0.1 (2024-11-22) ------------------