From 13a3c2930f4bad9761749ff8ea66f78a5e121bc4 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 24 Jan 2015 08:27:54 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 82884dcaf..0b7c044d2 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1193,3 +1193,4 @@ 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). + * apps/nsh: Clean up network status presentation for IPv6 (2015-01-24).