- Added latest fix to ChangeLog

diff --git a/ChangeLog b/ChangeLog
index 245cbf2..e67f64d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -8,6 +8,8 @@
    * Added ssl_set_max_version() to allow clients to offer a lower maximum
      supported version to a server to help buggy server implementations.
 	 (Closes ticket #36)
+   * Added cipher_get_cipher_mode() and cipher_get_cipher_operation()
+     introspection functions (Closes ticket #40)
 
 Changes
    * Documentation for AES and Camellia in modes CTR and CFB128 clarified.