Move changelog entry to bugfix from changes
diff --git a/ChangeLog b/ChangeLog
index 0d7f8f4..d71e2e1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -23,6 +23,8 @@
Fixes #1299, #1475.
* Fix dynamic library building process with Makefile on Mac OS X. Fixed by
mnacamura.
+ * Return plaintext data sooner on unpadded decryption, as stated in
+ mbedtls_cipher_update documentation. Contributed by Andy Leiserson. #1180
Changes
* Support cmake build where Mbed TLS is a subproject. Fix
@@ -36,8 +38,6 @@
* Provide an empty implementation of mbedtls_pkcs5_pbes2() when
MBEDTLS_ASN1_PARSE_C is not enabled. This allows the use of PBKDF2
without PBES2. Fixed by Marcos Del Sol Vives.
- * Return plaintext data sooner on unpadded decryption. Contributed by Andy
- Leiserson. #1180
= mbed TLS 2.7.2 branch released 2018-03-16