mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-02-22 10:01:54 +08:00
CHANGELOG: clarify that tau = 2 * pi
I actually forgot!
This commit is contained in:
parent
6a21a2ce16
commit
c4f8c95c52
@ -457,7 +457,7 @@ Scripting improvements
|
|||||||
parentheses (#6063), and warns when unsupported logical operations
|
parentheses (#6063), and warns when unsupported logical operations
|
||||||
are used (#6096).
|
are used (#6096).
|
||||||
- ``math`` learned bitwise functions ``bitand``, ``bitor`` and ``bitxor``, used like ``math "bitand(0xFE, 5)"`` (#7281).
|
- ``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 *".
|
- ``math`` learned tau for those wishing to cut down on typing "2 * pi".
|
||||||
- ``functions --erase`` now also prevents fish from autoloading a
|
- ``functions --erase`` now also prevents fish from autoloading a
|
||||||
function for the first time (#5951).
|
function for the first time (#5951).
|
||||||
- ``jobs --last`` returns 0 to indicate success when a job is found
|
- ``jobs --last`` returns 0 to indicate success when a job is found
|
||||||
|
Loading…
x
Reference in New Issue
Block a user