From bdbd9a51a5d6298ccdb00cf65f71651a688c6dbf Mon Sep 17 00:00:00 2001 From: brarcher Date: Tue, 17 Dec 2013 16:06:58 +0000 Subject: [PATCH] Add to NEWS information on refactoring check's asserts git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@877 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 8d85406..e0944f9 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,10 @@ In development: +* Refactor Check's assertions to be more like the assert() call in + assert.h, in that static source code analyzers can use gcc attributes + in the header to make assumptions about the flow of the code. See + feature request #29. + * fix ck_assert_ptr_* causing const compilation warnings. Patch from bug #91. -- 2.40.0