From 5f0fa5eeea06d4d12c76fd0409ed9fb33b864309 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 18 Feb 2019 13:09:41 -0500 Subject: [PATCH] Revised 0.9.9 section --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d94b55f..170647f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,8 @@ Bug Fixes -- Fix from Petr Pražák to fix compilation error with newer versions of LibTomMath. -- Fixed runtime to avoid cases where bignums are not initialized properly and instead retain a value of zero. +- Fix from Petr Pražák to avoid compilation errors when using newer versions of LibTomMath. +- Avoid cases where bignums are not initialized properly by the runtime and incorrectly retain a value of zero. ## 0.9.8 - February 16, 2019