From 8193c5b51212b6249a275a1a7e7ec211468c8450 Mon Sep 17 00:00:00 2001 From: Sonny Bakker Date: Tue, 26 Nov 2024 12:00:18 +0100 Subject: [PATCH] Added changelog entry for [#256] --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 81fd8ae7..b31e3dfe 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -8,6 +8,8 @@ Change history **New features** +* [#256] Added the ``hadBetrokkene__wasPartij__url`` and ``hadBetrokkene__wasPartij__uuid`` + query parameters to allow filtering ``KlantenContact`` by ``Partij`` * [#287] Added admin inlines for the ``InterneTaak`` and ``Actor`` to allow managing the relations between both. Also added search fields for both admins to search for both relations. * [#197] Added a ``migrate_to_v2`` management command which allows users of version ``1.0.0`` to migrate to version ``2.4.0``