From: brarcher Date: Thu, 12 Mar 2015 13:02:04 +0000 (+0000) Subject: Update NEWS X-Git-Tag: 0.10.0~19 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=671ceec44f66fafb032af9a98f9c15737bcfa1c2;p=check Update NEWS git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@1200 64e312b2-a51f-0410-8e61-82d0ca0eb02a --- diff --git a/NEWS b/NEWS index e3d5277..91e2056 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ In Development: # Mentioning Check 0.9.14 for now, to fix distcheck target until next release +* Add space around operators in assert messages for readability. + Bug #102. + * Use mkstemp() if available instead of tmpfile() or tempnam(). Patch #51.