Fix bug with mpi_fill_random() on big-endian
diff --git a/ChangeLog b/ChangeLog
index d7d7004..35b43bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -53,6 +53,8 @@
      when no extensions are present (found by Matthew Page)
    * rsa_check_pubkey() now allows an E up to N
    * On OpenBSD, use arc4random_buf() instead of rand() to prevent warnings
+   * mpi_fill_random() was creating numbers larger than requested on
+     big-endian platform when size was not an integer number of limbs
 
 = Version 1.2.10 released 2013-10-07
 Changes