From 2fd91da754c288563afc1f737139673f5d9db44f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 21 Nov 2014 08:21:27 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index c753d1a26..7904ab813 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1137,4 +1137,6 @@ bridge (2014-11-17). * apps/netutils/codecs/md5.c: Fix md5 hashing when digest[$i] lower that 16. From Sergey (2015-11-20). + * apps/examples/bridge/host_main.c, host_net1.c, host_net2.c, Kconfig, + and Makefile: Add host-side test driver (2014-11-21).