aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2020-12-16 09:12:37 -0500
committerJack Lloyd <[email protected]>2020-12-16 09:12:37 -0500
commit421462a88636f400535a81ef86f7c8c8081f162a (patch)
tree44e80814d91c2fdf5db1b91d5c955deb49ccd7d9
parent073b2bdc9f71e82ee11ef838a7eaef8471e63104 (diff)
Update news
-rw-r--r--news.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/news.rst b/news.rst
index b0fb24b20..0568589cd 100644
--- a/news.rst
+++ b/news.rst
@@ -7,6 +7,8 @@ Version 2.17.3, Not Yet Released
* Change base64, base58, base32, and hex encoding and decoding opearations
to run in constant time (GH #2549)
+* Fix a build problem on PPC64 building with Clang (GH #2547)
+
* Fix an install problem introduced in 2.17.2 affecting MSVC 2015
* Fix use of -L flag in linking when configured using ``--with-external-libdir``