Align ChangeLog entry for PR #1396 with development
diff --git a/ChangeLog b/ChangeLog
index 9f28d93..0c247f9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -45,8 +45,8 @@
      Alex Hixon.
    * Allow configuring the shared library extension by setting the DLEXT
      environment variable when using the project makefiles.
-   * Verify that when (f_send, f_recv and f_recv_timeout) send or receive
-     more than the required length an error is returned. Raised by
+   * In the SSL module, when f_send, f_recv or f_recv_timeout report
+     transmitting more than the required length, return an error. Raised by
      Sam O'Connor in #1245.
    * Improve robustness of mbedtls_ssl_derive_keys against the use of
      HMAC functions with non-HMAC ciphersuites. Independently contributed