x509_get_current_time() uses localtime_r() to prevent thread issues
diff --git a/ChangeLog b/ChangeLog
index 8fd198d..a288c06 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,7 +41,7 @@
      out_ctr failed
    * ssl_handshake_init() was leaving dirty pointers in subcontexts if malloc
      of one of them failed
-
+   * x509_get_current_time() uses localtime_r() to prevent thread issues
 
 = Version 1.2.10 released 2013-10-07
 Changes