- Fixed handling error in mpi_cmp_mpi() on longer B values (found by Hui Dong)

diff --git a/ChangeLog b/ChangeLog
index 474b4fe..5c1a022 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,10 @@
 PolarSSL ChangeLog
 
 = Version 1.1.2 released on 2012-04-20
+Bugfix
+   * Fixed handling error in mpi_cmp_mpi() on longer B values (found by
+     Hui Dong)
+
 Security
    * Fixed potential memory corruption on miscrafted client messages (found by
      Frama-C team at CEA LIST)