aboutsummaryrefslogtreecommitdiffstats
path: root/news.rst
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2018-04-03 15:34:34 -0400
committerJack Lloyd <[email protected]>2018-04-03 15:34:34 -0400
commitbc3074dccb934ed709d9e70597e0fd1665d98cb1 (patch)
treec190b2fdf7ebe37e07c9f0b1ae21197e4758f119 /news.rst
parentcf0c8a50280d34070170187b9f1651d4dd58d330 (diff)
Fix quoting
Diffstat (limited to 'news.rst')
-rw-r--r--news.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/news.rst b/news.rst
index 306fd78f5..5879b2c73 100644
--- a/news.rst
+++ b/news.rst
@@ -63,7 +63,7 @@ Version 2.5.0, 2018-04-02
* Add DSA and ElGamal keygen functions to FFI (#1426)
-* Add Pipe::prepend_filter to replace Pipe::prepend (GH #1402)
+* Add ``Pipe::prepend_filter`` to replace deprecated ``Pipe::prepend`` (GH #1402)
* Fix a memory leak in the OpenSSL block cipher integration, introduced in 2.2.0
@@ -72,7 +72,7 @@ Version 2.5.0, 2018-04-02
standard prime generation (like for RSA keys) to be slower than necessary.
(GH #1413 #1411)
-* Correct the return value of PK_Encryptor::maximum_input_size which
+* Correct the return value of ``PK_Encryptor::maximum_input_size`` which
reported a much too small value (GH #1410)
* Remove use of CPU specific optimization flags, instead the user should set
@@ -98,7 +98,7 @@ Version 2.5.0, 2018-04-02
* Add ``--msvc-runtime`` option to allow using static runtime (GH #1499 #210)
-* Add --enable-sanitizers= option to allow specifying which sanitizers to
+* Add ``--enable-sanitizers=`` option to allow specifying which sanitizers to
enable. The existing ``--with-sanitizers`` option just enables some default
set which is known to work with the minimum required compiler versions.