From d4e2f9534d21aeeed88c7198a21410b690d2f14f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 12 Aug 2014 06:21:54 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9570a66f41..69e04c61aa 100755 --- a/ChangeLog +++ b/ChangeLog @@ -8109,3 +8109,6 @@ * sched/sched/sched_timerexpiration.c: Fix inaccurate time conversion. Remove MSEC_PER_TICK from calculation and convert uint32_t to uin64_t (2014-8-11). + * libc/time/lib_localtime.c, private.h, tzfile.h and several header and + make-related files: Adds support for localtime. From Max Neklyudov + (2014-8-12)