PK layer and X509 core refactoring in ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 171ccd4..82c7ab4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@
    * PSK and DHE-PSK based ciphersuites added
    * Memory allocation abstraction layer added
    * Buffer-based memory allocator added (no malloc() / free() / HEAP usage)
+   * Public Key abstration layer added
    * Also compiles / runs without time-based functions (!POLARSSL_HAVE_TIME)
    * Parsing Elliptic Curve keys
    * Parsing Elliptic Curve certificates
@@ -43,7 +44,9 @@
      (Ability to keep old as well with POLARSSL_ERROR_STRERROR_BC)
    * SHA2 renamed to SHA256, SHA4 renamed to SHA512 and functions accordingly
    * All RSA operations require a random generator for blinding purposes
-   * x509_verify() now case insensitive for cn (RFC 6125 6.4)
+   * X509 core refactored
+   * x509_crt_verify() now case insensitive for cn (RFC 6125 6.4)
+
 
 Bugfix
    * Fixed parse error in ssl_parse_certificate_request()