From eb77eccb79cef90380f7f106ac20835c39d74736 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 23 Jan 2015 12:51:03 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 9f13380b8..82884dcaf 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1191,3 +1191,5 @@ not do anything crazy like exit. Most from Rony Xln (2015-01-22). * apps/examples/udp: The UDP test example has been extend to support IPv6 domain sockets (2015-01-22). + * apps/nshlib: Add the ping6 command to support checking IPv6 networks. + NSH logic is complete but still nissing (2015-01-23).