diff options
author | Jack Lloyd <[email protected]> | 2021-04-28 18:37:59 -0400 |
---|---|---|
committer | Jack Lloyd <[email protected]> | 2021-04-28 18:37:59 -0400 |
commit | 27e82cecde98237d83188f8c50ba20507a2349e5 (patch) | |
tree | 8ea611cd03609744b5b0239f1715e6208a784af0 /news.rst | |
parent | 4ea83383681782ad087b38d682acc59e8fecf3a3 (diff) |
Correct typoes in change log
Diffstat (limited to 'news.rst')
-rw-r--r-- | news.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -151,7 +151,7 @@ Version 2.17.3, 2020-12-21 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ * CVE-2021-24115 Change base64, base58, base32, and hex encoding and - decoding opearations to run in constant time (GH #2549) + decoding operations to run in constant time (GH #2549) * Fix a build problem on PPC64 building with Clang (GH #2547) @@ -173,7 +173,7 @@ Version 2.17.2, 2020-11-13 * Resolve an issue in the modular square root algorithm where a loop to find a quadratic non-residue could, for a carefully chosen - composite modulus, not terminte in a timely manner. (GH #2482 #2476) + composite modulus, not terminate in a timely manner. (GH #2482 #2476) * Fix a regression in MinGW builds introduced in 2.17.1 |