diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-11-01 17:26:18 -0700 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-11-01 17:26:18 -0700 |
commit | 629d4081ad29db2f77a2b5f0fc00f434daacf7b1 (patch) | |
tree | 489ff280cf3fa54889b2593e89d7c5850281f64e | |
parent | 7389b51294dd3fa786492f127025c3ab7171815d (diff) | |
parent | f2bc8bac509623723ae0be0b008b03b6cb602d81 (diff) | |
download | numpy-629d4081ad29db2f77a2b5f0fc00f434daacf7b1.tar.gz |
Merge pull request #6603 from charris/update-1.10.2-notes
update 1.10.2 release notes
-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 ===== |