Add ChangeLog and migration guide for MBEDTLS_ECP_FIXED_POINT_OPTIM
Signed-off-by: kXuan <kxuanobj@gmail.com>
diff --git a/ChangeLog.d/issue4128.txt b/ChangeLog.d/issue4128.txt
new file mode 100644
index 0000000..4217403
--- /dev/null
+++ b/ChangeLog.d/issue4128.txt
@@ -0,0 +1,4 @@
+API changes
+ * The option `MBEDTLS_ECP_FIXED_POINT_OPTIM` use pre-computed comb tables
+ instead of computing tables in runtime. Thus, this option now use more
+ ROM, and it does not increase RAM usage in runtime anymore.