- Added crl_app program to allow easy reading and printing of X509 CRLs from file

diff --git a/ChangeLog b/ChangeLog
index 721f3f7..88825cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
 Features
    * Parsing PEM private keys encrypted with DES and AES
      are now supported as well (Fixes ticket #5)
+   * Added crl_app program to allow easy reading and
+     printing of X509 CRLs from file
 
 Changes
    * Parsing of PEM files moved to separate module (Fixes