From ca220cbafa83ca706f028bfbb5adc7eb2f1f90e1 Mon Sep 17 00:00:00 2001 From: Florian Loitsch Date: Sat, 5 Aug 2017 16:39:46 +0200 Subject: [PATCH] Update Changelog. --- Changelog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/Changelog b/Changelog index 98247e72..13e86e39 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,23 @@ +2017-08-05: + Tagged v3.0.0. + Due to the directory rename switching to a new version number. + +2017-03-04: + Avoid negative shift. Fixes #41. + +2016-11-17: + Support RISC-V. + + +2016-09-10: + Add fPIC flag on x86_64 if the compiler supports it. Fixes #34. + +2015 and 2016: + Lots of improvements to the build system. + +2015: + Warning fixes. + 2015-05-19: Rename 'src' directory to 'double-conversion'.