From 10aa91250dc75f8eec5dbfc0dbaa2d73e725840d Mon Sep 17 00:00:00 2001 From: Fabian Homborg Date: Wed, 26 Aug 2020 17:58:25 +0200 Subject: [PATCH] CHANGELOG math bitwise functions and tau --- CHANGELOG.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bb0bae51d..74f7e9e32 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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