# HG changeset patch # User Rik # Date 1587850500 25200 # Node ID 7739d3eb952b717e357f99e669bd06aebc44dae0 # Parent f618edac2a294320f35b8781bb5631d72ea0589e NEWS: Announce support for negative numbers in dec2bin, dec2hex. * NEWS: Announce support for negative numbers in dec2bin, dec2hex. diff -r f618edac2a29 -r 7739d3eb952b NEWS --- a/NEWS Sat Apr 25 14:31:09 2020 -0700 +++ b/NEWS Sat Apr 25 14:35:00 2020 -0700 @@ -54,6 +54,8 @@ size of input vectors, or in the case of an input matrix will be column vectors with rows corresponding to the input coordinate matrix. +- The function `dec2bin` and `dec2hex` now support negative numbers. + ### Alphabetical list of new functions added in Octave 7 * `endsWith`