Skip to content

Commit

Permalink
add additional issues to changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
davidism committed Dec 4, 2024
1 parent 299efb8 commit 9ce8bd8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ Unreleased
:issue:`2638`
- Cache the help option generated by the ``help_option_names`` setting to
respect its eagerness. :pr:`2811`
- Replace uses of `os.system` with `subprocess.Popen`. :issue:`1476`
- Exceptions generated during a command will use the context's ``color``
setting when being displayed. :issue:`2193`
- Error message when definig option with invalid name is more descriptive.
:issue:`2452`
- Refactor code generating default ``--help`` option to deduplicate code.
:pr:`2563`


Version 8.1.7
Expand Down

0 comments on commit 9ce8bd8

Please # to comment.