diff options
author | Antoine Pitrou <antoine@python.org> | 2021-03-30 16:11:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 16:11:06 (GMT) |
commit | 73b20ae2fb7a5c1374aa5c3719f64c53d29fa0d2 (patch) | |
tree | ced81e62c16d112025b5ac796a893f794350b085 /Misc | |
parent | a7ff6df60c05e1b69fca743573b1e118bebf121d (diff) | |
download | cpython-73b20ae2fb7a5c1374aa5c3719f64c53d29fa0d2.zip cpython-73b20ae2fb7a5c1374aa5c3719f64c53d29fa0d2.tar.gz cpython-73b20ae2fb7a5c1374aa5c3719f64c53d29fa0d2.tar.bz2 |
bpo-41369: Finish updating the vendored libmpdec to version 2.5.1 (GH-24962)
Complete the update to libmpdec-2.5.1.
Co-authored-by: Stefan Krah <skrah@bytereef.org>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2021-03-21-17-50-42.bpo-41369.-fpmYZ.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-03-21-17-50-42.bpo-41369.-fpmYZ.rst b/Misc/NEWS.d/next/Library/2021-03-21-17-50-42.bpo-41369.-fpmYZ.rst new file mode 100644 index 0000000..6a85e82 --- /dev/null +++ b/Misc/NEWS.d/next/Library/2021-03-21-17-50-42.bpo-41369.-fpmYZ.rst @@ -0,0 +1,2 @@ +Finish updating the vendored libmpdec to version 2.5.1. Patch by Stefan +Krah. |