From 368b66a806634854b6cb7f3ca08ae179b2816ba5 Mon Sep 17 00:00:00 2001 From: vitaut Date: Thu, 10 Mar 2016 07:12:16 -0800 Subject: [PATCH] Update changelog --- ChangeLog.rst | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog.rst b/ChangeLog.rst index d2a77f87..703cae6a 100644 --- a/ChangeLog.rst +++ b/ChangeLog.rst @@ -1,3 +1,15 @@ +2.1.0 - TBD +----------- + +* Improved CMake find and package support + (`#264 `_). + Thanks to `@niosHD `_. + +* Documentation fixes + (`#248 `_, + `#260 `_). + + 2.0.0 - 2015-12-01 ------------------