- Added a separate CRL entry extension parsing function

diff --git a/ChangeLog b/ChangeLog
index df7283e..0ae3e35 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@
      encryption and private key for decryption. (Closes ticket #34)
    * Inceased maximum size of ASN1 length reads to 32-bits.
    * Added an EXPLICIT tag number parameter to x509_get_ext()
+   * Added a separate CRL entry extension parsing function
 
 Bugfix
    * Fixed faulty HMAC-MD2 implementation. Found by dibac. (Closes