From 3d5afb420dc9dede027d7cc7098b127257fc759c Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Thu, 11 Dec 2014 23:15:35 +0100 Subject: [PATCH] update changes --- changes.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/changes.txt b/changes.txt index 61148d3..803819f 100644 --- a/changes.txt +++ b/changes.txt @@ -13,6 +13,8 @@ v0.43.0 mp_prime_next_prime() and mp_invmod() and added a mp_isneg() macro -- Fix build issues for Linux x32 ABI -- Added mp_get_long_long() and mp_set_long_long() + -- Carlin provided a patch to use arc4random() instead of rand() + on platforms where it is supported July 23rd, 2010