Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,14 @@ Fixed
and a composed one, e.g. ``Optional[Hashable]``, raised ``Unsupported type
hint`` (`#963 <https://github.com/mauvilsa/jsonargparse/pull/963>`__).

Changed
^^^^^^^
- The documentation has been reworded throughout to be shorter and easier to
read, and corrected in the places where it did not describe what the code does
(`#964 <https://github.com/mauvilsa/jsonargparse/pull/964>`__).
- New :ref:`migrate-v5` guide that describes what needs to be changed to migrate
from v4 to v5 (`#964 <https://github.com/mauvilsa/jsonargparse/pull/964>`__).

Deprecated
^^^^^^^^^^
- Values that name a denied import path, e.g. a ``class_path`` of
Expand Down
Loading