]> granicus.if.org Git - check/commitdiff
Update NEWS
authorBranden Archer <b.m.archer4@gmail.com>
Thu, 19 Oct 2017 15:03:21 +0000 (11:03 -0400)
committerGitHub <noreply@github.com>
Thu, 19 Oct 2017 15:03:21 +0000 (11:03 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 3ea81ac59e4b8b92d158b4107ffc78b9494b6f2a..e1d864944ba3124f9e1d6a2c49a92bde43ae664d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,30 @@
 In Development:
 # Mentioning Check 0.11.0 for now, to fix distcheck target until next release
 
+* Fix out-of-tree builds with CMake.
+  Issue #86
+
+* Fix issue found with Clang regarding invalid suffix on a literal
+  Issue #110
+  
+* Check now responds to a few errors in a more clear way when it cannot run tests.
+  PR #122, #123
+
+* Fix missing pid_t definition in check.h on Windows
+  Issue #78
+
+* The maximum message size of check assertions is now configurable.
+  Issue #127
+
+* Check support added for Visual Studios 2010, 2012, 2013, 2015, and 2017 both for x86/64 and ARM.
+  PR #129, Issue #125
+
+* Changed license of example CMake files to BSD (was previously LGPL).
+  Issue #131
+
+* Fix issue with floating point macros on MinGW
+  Issue #101
+
 
 Sat Dec 17, 2016: Released Check 0.11.0
   2016-12-17 15:00:00 +0000