From efbc05ef73169925c11244fa7ad8a122030f79c3 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 28 Sep 2023 21:13:47 +0200 Subject: [PATCH] Fix typo in changelog. (#225) --- CHANGELOG.rst | 2 +- changelogs/changelog.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 4d784a1..418c732 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -196,7 +196,7 @@ Known Issues ------------ - api_modify - when limits for entries in ``queue tree`` are defined as human readable - for example ``25M`` -, the configuration will be correctly set in ROS, but the module will indicate the item is changed on every run even when there was no change done. This is caused by the ROS API which returns the number in bytes - for example ``25000000`` (which is inconsistent with the CLI behavior). In order to mitigate that, the limits have to be defined in bytes (those will still appear as human readable in the ROS CLI) (https://github.com/ansible-collections/community.routeros/pull/131). -- api_modify, api_info - ``routing ospf area``, ``routing ospf area range``, ``routing ospf instance``, ``routing ospf interface-template`` paths are not fully implemeted for ROS6 due to the significat changes between ROS6 and ROS7 (https://github.com/ansible-collections/community.routeros/pull/131). +- api_modify, api_info - ``routing ospf area``, ``routing ospf area range``, ``routing ospf instance``, ``routing ospf interface-template`` paths are not fully implemented for ROS6 due to the significant changes between ROS6 and ROS7 (https://github.com/ansible-collections/community.routeros/pull/131). v2.3.1 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9e81f12..7ff4033 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -276,8 +276,8 @@ releases: in bytes (those will still appear as human readable in the ROS CLI) (https://github.com/ansible-collections/community.routeros/pull/131). - api_modify, api_info - ``routing ospf area``, ``routing ospf area range``, ``routing ospf instance``, ``routing ospf interface-template`` paths are not - fully implemeted for ROS6 due to the significat changes between ROS6 and ROS7 - (https://github.com/ansible-collections/community.routeros/pull/131). + fully implemented for ROS6 due to the significant changes between ROS6 and + ROS7 (https://github.com/ansible-collections/community.routeros/pull/131). minor_changes: - api* modules - Add new option ``force_no_cert`` to connect with ADH ciphers (https://github.com/ansible-collections/community.routeros/pull/124).