CHANGELOG

This commit is contained in:
Fabian Homborg 2022-01-15 12:22:11 +01:00
parent 0781473564
commit ca12ce2494

View file

@ -88,6 +88,7 @@ Scripting improvements
- The ``la`` function no longer lists entries for "." and "..", matching other systems defaults (:issue:`8519`).
- ``abbr -q`` returns the correct exit status when given multiple abbreviation names as arguments (:issue:`8431`).
- ``command -v`` returns an exit status of 127 instead of 1 if no command was found (:issue:`8547`).
- ``argparse`` with ``--ignore-unknown`` no longer breaks with multiple unknown options in a short option group (:issue:`8637`).
Interactive improvements
------------------------