X-Git-Url: https://mattmccutchen.net/bigint/bigint.git/blobdiff_plain/00c6448a6c5fc7a68427ca1dc3f5f523563e1041..ef2b7c5922c36f93923dd3482c5bfd41b14d82ce:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 95f607c..133ddae 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,7 +6,13 @@ 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.06.14 +---------- +- Implement << and >> for BigUnsigned in response to email from Marco Schulze. +- Fix name: DOTR_ALIASED -> DTRT_ALIASED. +- Demonstrate all bitwise operators (&, |, ^, <<, >>) in sample.cc. + +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.