Add ChangeLog entry

Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
This commit is contained in:
Jens Wiklander 2019-01-17 17:45:05 +01:00 committed by Ron Eldor
parent b2aa938ed6
commit 4073b794c5

View File

@ -9,6 +9,8 @@ Bugfix
* Remove a duplicate #include in a sample program. Fixed by Masashi Honma #2326.
* Reduce stack usage of `mpi_write_hlp()` by eliminating recursion.
Fixes #2190.
* Fix memory leak in in mpi_miller_rabin(). Contributed by
Jens Wiklander <jens.wiklander@linaro.org> in #2363.
Changes
* Include configuration file in all header files that use configuration,