Updated ChangeLog for splitting off curves from ecp.c
diff --git a/ChangeLog b/ChangeLog
index 77d921c..27a6eab 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -12,6 +12,7 @@
    * Relaxed some SHA2 ciphersuite's version requirements
    * Dropped use of readdir_r() instead of readdir() with threading support
    * More constant-time checks in the RSA module
+   * Split off curves from ecp.c into ecp_curves.c
 
 Bugfix
    * Fixed X.509 hostname comparison (with non-regular characters)