From 1648c99932f39f1c60972bb114e6a7bd65523818 Mon Sep 17 00:00:00 2001 From: Stefan Krah Date: Tue, 30 Jun 2020 20:58:57 +0200 Subject: [PATCH] bpo-41161 Add news entry for libmpdec-2.5.0 (GH-21243) --- .../next/Library/2020-06-30-20-50-51.bpo-41161.QTdJjz.rst | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Misc/NEWS.d/next/Library/2020-06-30-20-50-51.bpo-41161.QTdJjz.rst 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 00000000000..0d8fb521bad --- /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.