CHANGELOG math bitwise functions and tau

This commit is contained in:
Fabian Homborg 2020-08-26 17:58:25 +02:00
parent 5eb4de4285
commit 10aa91250d

View file

@ -447,6 +447,8 @@ Scripting improvements
- ``math`` reports the right error when incorrect syntax is used inside
parentheses (#6063), and warns when unsupported logical operations
are used (#6096).
- ``math`` learned bitwise functions ``bitand``, ``bitor`` and ``bitxor``, used like ``math "bitand(0xFE, 5)"`` (#7281).
- ``math`` learned tau for those wishing to cut down on typing "2 *".
- ``functions --erase`` now also prevents fish from autoloading a
function for the first time (#5951).
- ``jobs --last`` returns 0 to indicate success when a job is found