summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorZachary Ware <zachary.ware@gmail.com>2016-09-05 19:32:38 (GMT)
committerZachary Ware <zachary.ware@gmail.com>2016-09-05 19:32:38 (GMT)
commit7c510a6a2d420103eaa5412f241f7a2f75f17665 (patch)
tree48774e7a335cb77269b7feb512ef76f3fd8b6525 /Misc
parent55f445282d92c76d3246b19663641d3007350da0 (diff)
downloadcpython-7c510a6a2d420103eaa5412f241f7a2f75f17665.zip
cpython-7c510a6a2d420103eaa5412f241f7a2f75f17665.tar.gz
cpython-7c510a6a2d420103eaa5412f241f7a2f75f17665.tar.bz2
Issue #27883: Update sqlite to 3.14.1 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 596f0d0..d3ef4d3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -155,6 +155,8 @@ Tests
Build
-----
+- Issue #27883: Update sqlite to 3.14.1.0 on Windows.
+
- Issue #27917: Set platform triplets for Android builds.
- Issue #25825: Update references to the $(LIBPL) installation path on AIX.