From 048d4102589bf881b85a695be0020f1c1dd4e865 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 29 Sep 2014 17:12:36 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index e33d2ccb0..54733d039 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1072,4 +1072,6 @@ * apps/examples/ostest: Add a simple test of named semaphores (2014-9-23). - + * apps/netutils/webclient/Kconfig and webclient.c: Add implementation of + timeouts for the apps/netutils/webclient. From Brennan Ashton + (2014-9-29).