summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorIlya Etingof <etingof@gmail.com>2018-08-04 19:33:28 +0200
committerGitHub <noreply@github.com>2018-08-04 19:33:28 +0200
commit58c59a281b72180a3fbb37a379c1832c032467e7 (patch)
tree8f1f45d23b0824ee794a65a9d86ac01e528b1481 /CHANGES.rst
parenta5faeee2ebc7a13b30c2b66ac59d5ad146f04a78 (diff)
downloadpyasn1-git-58c59a281b72180a3fbb37a379c1832c032467e7.tar.gz
Add more debug logging to *ER codecs (#139)
More debug logging added to BER family of codecs to ease encoding problems troubleshooting. Also: * code layout made a bit more sparse * potential bug in open type decoding in indefinite mode fixed
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 27cf40f..e9a8de5 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -6,6 +6,8 @@ Revision 0.4.5, released XX-08-2018
for more functionality when in use. Specifically, the global
LOG object can easily be used from any function/method, not just
from codec main loop as it used to be.
+- More debug logging added to BER family of codecs to ease encoding
+ problems troubleshooting.
Revision 0.4.4, released 26-07-2018
-----------------------------------