diff --git a/ChangeLog b/ChangeLog
index eb7974fd5ae5edef322e8bdb4cac5abb517a0cd4..96fd6a3e4bcfce8616192ce676c5d82e90711df4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2017-09-09  Daiki Ueno  <dueno@redhat.com>
+
+	* testsuite/ecc-mul-g-test.c (test_main): Fixed mpn_cmp call.
+	* testsuite/ecc-mul-a-test.c (test_main): Likewise.
+	* eccdata.c (ecc_point_out): Write to given stream, instead of
+	stderr.
+	* eccdata.c (output_curve): In curve448, the bit size of the order
+	is slightly smaller than the one of p's. Adjust ecc_Bmodq_shifted
+	accordingly.
+
 2017-09-09  Niels Möller  <nisse@lysator.liu.se>
 
 	* mini-gmp.c: Updated mini-gmp from the gmp repository, latest