From a1195b45289eb04b09e8160c2f4509ff13c6c571 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 31 Mar 2015 12:16:43 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 5d895b39a..84c3bb327 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1224,3 +1224,7 @@ * apps/netutils/Kconfig, Make.defs, and pppd/: Add a PPP daemon. From Max Neklyudov (2015-03-11). * Rename arch_nshinitialize() to board_app_initialize() (2015-03-30). + * apps/nshlib: NSH initialization now calls boardctl(BOARDIOC_INIT) + instead of board_app_initaliaze(). Remove support for + CONFIG_NSH_ARCHMAC. It is not used and there are better ways to do + that operation (2015-03-31).