Fix braces in mbedtls_memory_buffer_alloc_status()
diff --git a/ChangeLog b/ChangeLog
index 4fbdb3d..b2605e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -20,6 +20,7 @@
 Bugfix
    * Fix an issue with MicroBlaze support in bn_mul.h which was causing the
      build to fail. Found by zv-io. Fixes #1651.
+   * Fix braces in mbedtls_memory_buffer_alloc_status(). Found by sbranden, #552.
 
 Changes
    * Support TLS testing in out-of-source builds using cmake. Fixes #1193.