diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2015-10-08 14:44:59 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2015-10-08 14:44:59 -0600 |
commit | 32862b4002d5206655b4e120c0651ada46c7bd83 (patch) | |
tree | 87662ac8e4da95389b8429572e3766261907db2d | |
parent | 60ca6346918d4a716f2d81ebeca930fbf4b6c190 (diff) | |
download | numpy-32862b4002d5206655b4e120c0651ada46c7bd83.tar.gz |
DOC: Document removal of single file builds in 1.11.0 release notes.
-rw-r--r-- | doc/release/1.11.0-notes.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/release/1.11.0-notes.rst b/doc/release/1.11.0-notes.rst index 891a67684..68ee370ee 100644 --- a/doc/release/1.11.0-notes.rst +++ b/doc/release/1.11.0-notes.rst @@ -10,8 +10,8 @@ Highlights Dropped Support: -* Building with Bento is no longer supported and the associated files have - been removed. +* Bento build support and related files have been removed. +* Single file build support and related files have been removed. Future Changes: |