Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mauvilsa committed Dec 25, 2024
1 parent 5731396 commit 9355471
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,14 @@ Added
removal of ``pyyaml`` as a required dependency in v5.0.0 (`#652
<https://github.com/omni-us/jsonargparse/pull/652>`__).

Changed
^^^^^^^

- ``jsonargparse.CLI`` renamed to ``jsonargparse.auto_cli`` to follow `PEP 8
<https://peps.python.org/pep-0008/#function-and-variable-names>`__ functions
naming convention (`#640
<https://github.com/omni-us/jsonargparse/pull/640>`__).

Fixed
^^^^^
- Help for ``Protocol`` types not working correctly (`#645
Expand Down Expand Up @@ -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
<https://github.com/omni-us/jsonargparse/pull/628>`__).
- ``jsonargparse.CLI`` renamed to ``jsonargparse.auto_cli`` to follow `PEP 8
<https://peps.python.org/pep-0008/#function-and-variable-names>`__ functions
naming convention (`#???
<https://github.com/omni-us/jsonargparse/pull/???>`__).

Fixed
^^^^^
Expand Down

0 comments on commit 9355471

Please sign in to comment.