summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2014-02-05 02:44:17 (GMT)
committerNed Deily <nad@acm.org>2014-02-05 02:44:17 (GMT)
commit2aa15d80977002f7ac76c7ae9e39e4f39f245374 (patch)
tree6b74c015b868f334be0cc2695a4f8938c0a3cc25 /Misc/NEWS
parent25ff287dd7a8ed43b99433796f2d1dcf78efa878 (diff)
downloadcpython-2aa15d80977002f7ac76c7ae9e39e4f39f245374.zip
cpython-2aa15d80977002f7ac76c7ae9e39e4f39f245374.tar.gz
cpython-2aa15d80977002f7ac76c7ae9e39e4f39f245374.tar.bz2
Issue #20465: Update SQLite shipped with OS X installer to 3.8.3.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 594b947..90da3a7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -149,6 +149,11 @@ Tools/Demos
input and output sections of the block, allowing external tools to verify
that the input has not changed (and thus the output is not out-of-date).
+Build
+-----
+
+- Issue #20465: Update SQLite shipped with OS X installer to 3.8.3.
+
What's New in Python 3.4.0 Beta 3?
==================================