x509_get_current_time() uses localtime_r() to prevent thread issues
diff --git a/ChangeLog b/ChangeLog
index 38f14dd..a6aa5b5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -59,6 +59,7 @@
    * ssl_handshake_init() was leaving dirty pointers in subcontexts if malloc
      of one of them failed
    * Fix typo in rsa_copy() that impacted PKCS#1 v2 contexts
+   * x509_get_current_time() uses localtime_r() to prevent thread issues
 
 = PolarSSL 1.3.4 released on 2014-01-27
 Features