Split x509_crl_parse_der() out of x509_crl_parse()
diff --git a/ChangeLog b/ChangeLog
index 893c7c1..d1a87be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -15,6 +15,7 @@
 
 Features
    * Add function pk_check_pair() to test if public and private keys match.
+   * Add x509_crl_parse_der().
 
 Bugfix
    * User set CFLAGS were ignore by Cmake with gcc (introduced in 1.3.9, found