CHANGELOG 7614

This commit is contained in:
Fabian Homborg 2021-01-09 12:13:24 +01:00
parent 1dd776ec99
commit f22fe44c79

View File

@ -111,6 +111,7 @@ Scripting improvements
- ``.`` and ``:`` are now also builtins instead of functions (:issue:`6854`). - ``.`` and ``:`` are now also builtins instead of functions (:issue:`6854`).
- ``functions`` now explains when a function was defined via ``source`` instead of just saying ``Defined in -``. - ``functions`` now explains when a function was defined via ``source`` instead of just saying ``Defined in -``.
- Significant performance improvements when globbing or in ``math``. - Significant performance improvements when globbing or in ``math``.
- ``echo`` no longer interprets options at the beginning of an argument (``echo "-n foo"``) (:issue:`7614`).
Interactive improvements Interactive improvements
------------------------ ------------------------