aboutsummaryrefslogtreecommitdiffstats
path: root/doc/relnotes/1_11_10.rst
diff options
context:
space:
mode:
Diffstat (limited to 'doc/relnotes/1_11_10.rst')
-rw-r--r--doc/relnotes/1_11_10.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/relnotes/1_11_10.rst b/doc/relnotes/1_11_10.rst
index 3e5c6d55d..5ea11ff9d 100644
--- a/doc/relnotes/1_11_10.rst
+++ b/doc/relnotes/1_11_10.rst
@@ -9,3 +9,6 @@ Version 1.11.10, Not Yet Released
* The Miller-Rabin primality test function now takes a parameter
allowing the user to directly specify the maximum false negative
probability they are willing to accept.
+
+* Fix decoding indefinite length BER constructs that contain a context
+ sensitive tag of zero. Github pull 26 from Janusz Chorko.