diff options
Diffstat (limited to 'doc/relnotes/1_11_15.rst')
-rw-r--r-- | doc/relnotes/1_11_15.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_15.rst b/doc/relnotes/1_11_15.rst index 4c47785df..a0937deb2 100644 --- a/doc/relnotes/1_11_15.rst +++ b/doc/relnotes/1_11_15.rst @@ -3,3 +3,7 @@ Version 1.11.15, Not Yet Released * A bug in ffi.cpp meant Python could only encrypt. Github issue 53. +* When comparing two ASN.1 algorithm identifiers, consider empty and + NULL parameters the same. + +* Fix compilation problem on OS X |