diff options
author | Mariatta <Mariatta@users.noreply.github.com> | 2017-12-05 02:04:49 (GMT) |
---|---|---|
committer | Ned Deily <nad@python.org> | 2017-12-05 02:04:49 (GMT) |
commit | ca7562a7fea61646c1b40ace04deecf9903d34a1 (patch) | |
tree | 83e48f744c9a857f52ad0a23aebad26f8d6b4a20 /Misc | |
parent | 2c0c68d927bfa557f98bac26644f5b64c4b135a7 (diff) | |
download | cpython-ca7562a7fea61646c1b40ace04deecf9903d34a1.zip cpython-ca7562a7fea61646c1b40ace04deecf9903d34a1.tar.gz cpython-ca7562a7fea61646c1b40ace04deecf9903d34a1.tar.bz2 |
bpo-28791: Update macOS installer to use SQLite 3.21.0. (#4245)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Build/2017-11-02-20-13-46.bpo-28791.STt3jL.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2017-11-02-20-13-46.bpo-28791.STt3jL.rst b/Misc/NEWS.d/next/Build/2017-11-02-20-13-46.bpo-28791.STt3jL.rst new file mode 100644 index 0000000..ef9bc0f --- /dev/null +++ b/Misc/NEWS.d/next/Build/2017-11-02-20-13-46.bpo-28791.STt3jL.rst @@ -0,0 +1 @@ +Update OS X installer to use SQLite 3.21.0. |