From 5c2870e05d169ee44f274d44d7f5d649dc53de3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johannes=20M=C3=BCnch?= Date: Sat, 11 Nov 2023 16:58:36 +0100 Subject: [PATCH] Split up the changelog fragment --- changelogs/fragments/234-bugfixes-and-update-adaptations.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/changelogs/fragments/234-bugfixes-and-update-adaptations.yml b/changelogs/fragments/234-bugfixes-and-update-adaptations.yml index 2ddaa850..8105c1dd 100644 --- a/changelogs/fragments/234-bugfixes-and-update-adaptations.yml +++ b/changelogs/fragments/234-bugfixes-and-update-adaptations.yml @@ -1,2 +1,5 @@ minor_changes: - - api_modify - add ``comment`` attribute to ``/routing id``, make ``/ip traffic-flow target`` a multiple value attribute, add versioning to the ``/tool e-mail`` path (RouterOS 7.12 release), and add missing attributes to the ``routing bgp connection`` path (https://github.com/ansible-collections/community.routeros/pull/234). + - api_modify - add missing ``comment`` attribute to ``/routing id`` (https://github.com/ansible-collections/community.routeros/pull/234). + - api_modify - make ``/ip traffic-flow target`` a multiple value attribute (https://github.com/ansible-collections/community.routeros/pull/234). + - api_modify - add versioning to the ``/tool e-mail`` path (RouterOS 7.12 release) (https://github.com/ansible-collections/community.routeros/pull/234). + - api_modify - add missing attributes to the ``routing bgp connection`` path (https://github.com/ansible-collections/community.routeros/pull/234).