From 5bdacd2f1770175bd63262c61e6bc1bbd744f71e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Thu, 16 Apr 2015 06:21:48 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index c58b88d7a..3cba5a8ca 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1270,3 +1270,6 @@ containing the timezone data (2015-04-15). * apps/nshlib/nsh_timcmds.c: Check return values from time functions (2015-04-15). + * apps/examples/nxlines: Fix missing right bracket that causes + compile error when CONFIG_NX_XYINPUT=y. From Librae (2015-04-16). +