From 9355471c4ce1316c4bc8a7dbb0c752fd59494811 Mon Sep 17 00:00:00 2001 From: Mauricio Villegas <5780272+mauvilsa@users.noreply.github.com> Date: Tue, 3 Dec 2024 12:33:11 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.rst | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 8391903b..95a67932 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -21,6 +21,14 @@ Added removal of ``pyyaml`` as a required dependency in v5.0.0 (`#652 `__). +Changed +^^^^^^^ + +- ``jsonargparse.CLI`` renamed to ``jsonargparse.auto_cli`` to follow `PEP 8 + `__ functions + naming convention (`#640 + `__). + Fixed ^^^^^ - Help for ``Protocol`` types not working correctly (`#645 @@ -48,10 +56,6 @@ Changed - The ``CLASS_PATH_OR_NAME`` for subclass help is now optional and if not given the help of the base class is printed (`#628 `__). -- ``jsonargparse.CLI`` renamed to ``jsonargparse.auto_cli`` to follow `PEP 8 - `__ functions - naming convention (`#??? - `__). Fixed ^^^^^