From 688558c99ab4119e1f9e2aa02f4b2d2a4c39ce1b Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Wed, 15 Apr 2015 11:05:05 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index b830339fb..c58b88d7a 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1268,4 +1268,5 @@ * apps/system/zoneinfo: Add logic to build a ROMFS file system containing the timezone data (2015-04-15). - + * apps/nshlib/nsh_timcmds.c: Check return values from time functions + (2015-04-15).