From 613f7df021ce140fcd65f3206b2f50106cb17234 Mon Sep 17 00:00:00 2001 From: vitaut Date: Thu, 10 Mar 2016 07:19:17 -0800 Subject: [PATCH] Update changelog --- ChangeLog.rst | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index 703cae6a..1359bc52 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,15 +1,18 @@ -2.1.0 - TBD +2.0.1 - TBD ----------- * Improved CMake find and package support (`#264 `_). Thanks to `@niosHD `_. +* Fix compile error with Android NDK and mingw32 + (`#241 `_). + Thanks to `@Gachapen (Magnus Bjerke Vik) `_. + * Documentation fixes (`#248 `_, `#260 `_). - 2.0.0 - 2015-12-01 ------------------