diff --git a/ChangeLog b/ChangeLog index 07cc87692..d26b9cd8e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 in #2363. Changes * Include configuration file in all header files that use configuration,