- Fixed a bug where the CRL parser expected an EXPLICIT ASN.1 tag before version numbers

diff --git a/ChangeLog b/ChangeLog
index bf33cf7..000f7cd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,8 @@
 Bugfix
    * Fixed faulty HMAC-MD2 implementation. Found by dibac. (Closes
      ticket #37)
+   * Fixed a bug where the CRL parser expected an EXPLICIT ASN.1 tag
+     before version numbers
 
 = Version 1.0.0 released on 2011-07-27
 Features