From a4a29f4ead4be6948fcadb622384eaa9982bcfef Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 10 Jul 2015 15:27:11 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog b/ChangeLog index a0555f9a5c..95ea69ac75 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10696,4 +10696,6 @@ the DNS client logic from apps/netutils/dnscient to libc/netdb. Add support to gethostbyname() so that it will attempt a DNS host lookup before consulting the host table (if so enabled) (2015-07-10). + * arch/arm/src/samdl/chip/saml_usb.h: Several fixes to register + definitions and types. From Janne Rosberg (2015-07-10).