From 3938e520f13feee93dccabf9824f0da122cc54ed Mon Sep 17 00:00:00 2001 From: Ilya Etingof Date: Sun, 27 Aug 2017 01:30:41 +0200 Subject: [PATCH] typo --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index cc78e696..ec0f303a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,7 +5,7 @@ Revision 0.3.3, released 27-08-2017 - Improved ASN.1 types instantiation performance - Improved BER/CER/DER decoder performance by not unconditionally casting substrate into str/bytes. -- Fixed exponential index size growth bug when building ambigious +- Fixed exponential index size growth bug when building ambiguous NamedTypes tree - Fixed constructed types decoding failure at BER codec if running in unguided mode