summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorStefan Krah <skrah@bytereef.org>2020-06-30 18:58:57 (GMT)
committerGitHub <noreply@github.com>2020-06-30 18:58:57 (GMT)
commit1648c99932f39f1c60972bb114e6a7bd65523818 (patch)
treeed33ee8f93fc9f53bf72fd10497827cd47f1b2c8 /Misc
parentbd4a3f21454a6012f4353e2255837561fc9f0e6a (diff)
downloadcpython-1648c99932f39f1c60972bb114e6a7bd65523818.zip
cpython-1648c99932f39f1c60972bb114e6a7bd65523818.tar.gz
cpython-1648c99932f39f1c60972bb114e6a7bd65523818.tar.bz2
bpo-41161 Add news entry for libmpdec-2.5.0 (GH-21243)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2020-06-30-20-50-51.bpo-41161.QTdJjz.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2020-06-30-20-50-51.bpo-41161.QTdJjz.rst b/Misc/NEWS.d/next/Library/2020-06-30-20-50-51.bpo-41161.QTdJjz.rst
new file mode 100644
index 0000000..0d8fb52
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2020-06-30-20-50-51.bpo-41161.QTdJjz.rst
@@ -0,0 +1,2 @@
+The decimal module now requires libmpdec-2.5.0. Users of
+--with-system-libmpdec should update their system library.