From 8a805d05f9dafeb5a4968dd841762d72807608aa Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 5 Oct 2014 13:25:27 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index 3c8404cc7..704b1825f 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1080,4 +1080,5 @@ * apps/nshlib/nsh_fscmds.c: Fix ls -l output for regular files (14-9-30). * apps/nshlib/nsh_ddcmd.c: Fix reversed in/out file closing when an error occurs. From Ken Pettit (2014-10-2). - + * apps/examples/ostest/aio.c, Kconfig, Makefile, and ostest_main.c: Add + AIO test case in OS test (2014-10-5).