summaryrefslogtreecommitdiff
path: root/doc/release
diff options
context:
space:
mode:
Diffstat (limited to 'doc/release')
-rw-r--r--doc/release/1.4.0-notes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/1.4.0-notes.rst b/doc/release/1.4.0-notes.rst
index 3e5599169..5a090c232 100644
--- a/doc/release/1.4.0-notes.rst
+++ b/doc/release/1.4.0-notes.rst
@@ -52,6 +52,8 @@ The following ufuncs have been added to the C API:
#. copysign - return the value of the first argument with the sign copied
from the second argument.
+ #. nextafter - return the next representable floating point value of the
+ first argument toward the second argument.
New defines
~~~~~~~~~~~