CHANGELOG

This commit is contained in:
Fabian Homborg 2022-03-13 11:49:39 +01:00
parent 8bcb034422
commit 97127c3e03

View File

@ -17,6 +17,7 @@ Scripting improvements
- ``math``'s ``min`` and ``max`` functions now take a variable number of arguments instead of always requiring 2 (:issue:`8644`, :issue:`8646`) .
- ``read`` is now faster as the last process in a pipeline (:issue:`8552`).
- ``string join`` gained a new ``--no-empty`` flag to skip empty arguments (:issue:`8774`, :issue:`8351`).
Interactive improvements
------------------------