From 787ebd1507391d2b9b0b4c669ad4d1a62eaea997 Mon Sep 17 00:00:00 2001 From: Steffen Jaeckel Date: Fri, 7 Aug 2015 01:02:01 +0200 Subject: [PATCH] update changes --- changes.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changes.txt b/changes.txt index 63623ea..e47e409 100644 --- a/changes.txt +++ b/changes.txt @@ -5,6 +5,9 @@ v0.13.0 -- Fix bugs/apply patches in fp_mul() and fp_sqr() reported by rasky -- Fix bugs in fp_read_radix() -- Fix build issues for Linux x32 ABI + -- Sebastian Siewior provided fp_toradix_n() and + reported multiple issues on behalf of ClamAV. + -- Fix a load of compiler warnings. March 14th, 2007 0.12 -- Christophe Devine contributed MIPS asm w00t