From c7baec7430c10784cdfb4773d16f3e67ccf7bbb7 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 17 Jun 2016 18:13:55 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 5e1e01d88..010d7961f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -580,4 +580,8 @@ * UnitTests: Back conditional logic out of UnitTest Make.defs files. It does not belong there and causes link failures like "Cannot find nxwm_main" (2016-06-05). +* Change dbg() and vdbg() to err() and info() (2016-06-11). +* Change some *err() message to *info() messages if what was a *dbg() + message does not indicate and error condition (2016-06-14). +* Add _ to front of debug macros (2016-06-16).