Change authmode default to Required on client
diff --git a/ChangeLog b/ChangeLog
index 10aea36..e8f63d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -41,6 +41,7 @@
      default ciphersuite list returned by ssl_list_ciphersuites()
    * Support for receiving SSLv2 ClientHello is now disabled by default at
      compile time.
+   * The default authmode for SSL/TLS clients is now REQUIRED.
 
 Changes
    * Remove test program o_p_test, the script compat.sh does more.