summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/release/1.7.2-notes.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/release/1.7.2-notes.rst b/doc/release/1.7.2-notes.rst
index b88e168a2..f0d64c7bb 100644
--- a/doc/release/1.7.2-notes.rst
+++ b/doc/release/1.7.2-notes.rst
@@ -43,3 +43,5 @@ Issues fixed
* gh-2052: del scalar subscript causes segfault
* gh-3832: fix a few uninitialized uses and memleaks
* gh-3971: f2py changed string.lowercase to string.ascii_lowercase for python3
+* gh-3480: numpy.random.binomial raised ValueError for n == 0
+* gh-3992: hypot(inf, 0) shouldn't raise a warning, hypot(inf, inf) wrong result