]> granicus.if.org Git - check/commitdiff
Add to NEWS information on refactoring check's asserts
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 17 Dec 2013 16:06:58 +0000 (16:06 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Tue, 17 Dec 2013 16:06:58 +0000 (16:06 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@877 64e312b2-a51f-0410-8e61-82d0ca0eb02a

NEWS

diff --git a/NEWS b/NEWS
index 8d85406bde205ea2749842d23c4aee0d1f4ffb28..e0944f92281ba474b0d33bce91c8c41b36cd765f 100644 (file)
--- 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.