From: Matt McCutchen Date: Fri, 16 Feb 2007 21:19:00 +0000 (-0500) Subject: This is actually going to be version 2007.02.16 . X-Git-Tag: v2007.07.07~2 X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/commitdiff_plain/2406559a7644b4b9dd2bb19b99591c5ef6fc1cc4 This is actually going to be version 2007.02.16 . --- diff --git a/ChangeLog b/ChangeLog index 95f607c..e53260c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,7 @@ roughly corresponds to the release date of that version in `YYYY.MM.DD[.N]' format, where `.N' goes `.2', `.3', etc. if there are multiple versions on the same day. The topmost version listed is the one you have. -2007.02.13 +2007.02.16 ---------- Boris Dessy pointed out that the library threw an exception on "a *= a", so I changed all the put-here operations to handle aliased calls correctly using a temporary copy instead of throwing exceptions.