From f867d317c5f16319662462a08fca563ed37cc0ca Mon Sep 17 00:00:00 2001 From: Branden Archer Date: Sun, 20 Oct 2019 20:04:38 -0700 Subject: [PATCH] Update NEWS with additional changes --- NEWS | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/NEWS b/NEWS index f2c9f89..c2da187 100644 --- a/NEWS +++ b/NEWS @@ -7,18 +7,23 @@ Sat Oct 19, 2019: Released Check 0.13.0 * missing in some files Issue #196 and Issue #186 (GitHub) -* Add checkmk to CMake build. - * Varous documentation improvements * END_TEST is now optional, as how START_TEST works has been redone Issue #158 - -* Support exporting Check to other projects with CMake 3 - Issue #185 - -* Shared library support for Visual Studio - Issue #220 + +* Various CMake related changes: + - Support exporting Check to other projects with CMake 3 + Issue #185 + - Shared library support for Visual Studio + Issue #220 + - Fix wrong library filename + Issue #226 + - Add support for CMake package registry + Issue #227 + - CMake build type can now be debug or release + Issue #228 + - Add checkmk to CMake build. Fri Oct 20, 2017: Released Check 0.12.0 -- 2.50.1