aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorDaniel Wyatt <[email protected]>2018-10-14 10:08:28 -0400
committerDaniel Wyatt <[email protected]>2018-10-14 10:34:33 -0400
commit8cddb392fccbd74fb18258a06ee5c6de4f9da259 (patch)
tree13cd999266bb3f4fec7cb7be1b659809fe7c9121 /news.rst
parent9249da3c4e87bfbdbe88882e65ae01d1f90e31eb (diff)
Allow configure.py parse_multiple_enable to accept an empty list and extra commas.
Examples: ./configure.py --enable-modules= ./configure.py --enable-modules=zlib,openssl, ./configure.py --enable-modules=zlib,,bzip2,
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index 9e51ba83c..15a6d9366 100644
--- a/news.rst
+++ b/news.rst
@@ -14,6 +14,9 @@ Version 2.9.0, Not Yet Released
* Fix small issues when building for QNX
+* Make configure.py parse_multiple_enable accept an empty list and
+ trailing/extra commas.
+
Version 2.8.0, 2018-10-01
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^