summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-09-05 23:19:13 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-09-05 23:19:13 (GMT)
commitdd2afe9edceb2879cea4bb5a81a748a6d2569956 (patch)
tree000208c6bf8992401cd20550f111d3363dcb7c1d /Misc
parentf584656003136b2f1b722dc667270c63371cce55 (diff)
downloadcpython-dd2afe9edceb2879cea4bb5a81a748a6d2569956.zip
cpython-dd2afe9edceb2879cea4bb5a81a748a6d2569956.tar.gz
cpython-dd2afe9edceb2879cea4bb5a81a748a6d2569956.tar.bz2
Closes #20366: Build full text search support into SQLite on Windows
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4aa29bc..a07a8fb 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -185,6 +185,8 @@ Build
Windows
-------
+- Issue #20366: Build full text search support into SQLite on Windows.
+
- Issue #27756: Adds new icons for Python files and processes on Windows.
Designs by Cherry Wang.