Prevent possible alignment warnings on casting from char * to 'aligned *'
diff --git a/ChangeLog b/ChangeLog
index 0487932..86f5fda 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,7 @@
 = PolarSSL 1.3 branch
 Bugfix
    * Server does not send out extensions not advertised by client
+   * Prevent possible alignment warnings on casting from char * to 'aligned *'
 
 = PolarSSL 1.3.1 released on 2013-10-15
 Features