diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-10-30 12:55:57 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-11-01 17:24:41 -0700 |
commit | f2bc8bac509623723ae0be0b008b03b6cb602d81 (patch) | |
tree | 5f7715a2b4d86f1adba11d78a9240f96f71f3757 | |
parent | f428bce78c576f9f3d8f17f49b83a3c6f196bef3 (diff) | |
download | numpy-f2bc8bac509623723ae0be0b008b03b6cb602d81.tar.gz |
DOC: Update 1.10.2 release notes.
[ci skip]
-rw-r--r-- | doc/release/1.10.2-notes.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/release/1.10.2-notes.rst b/doc/release/1.10.2-notes.rst index 9a6944351..8a2a827d7 100644 --- a/doc/release/1.10.2-notes.rst +++ b/doc/release/1.10.2-notes.rst @@ -51,7 +51,8 @@ The following PRs in master have been backported to 1.10.2 The following PR reverted initial work for mingwpy. -* gh-6536 BUG: revert gh-5614 to fix non-windows build problems +* gh-6536 BUG: Revert gh-5614 to fix non-windows build problems +* gh-6576 BUG: Revert gh-6376 to fix split behavior for empty arrays. Notes ===== |