From 2c14d4ef93fe91348adcc396bbc52cd95b942745 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 3 Feb 2015 13:37:54 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index c4de571cfab..af42f785cc5 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9644,3 +9644,8 @@ sending ICMPv6 Router Solicitation and receiving Router advertisement. This is a part of the ICMPv6 auto-configuration logic is still not complete (2015-02-03). + * libnx/nxfonts/nxfonts_getfont.c and nxfonts_sans39x48.h: Fixes a + problem with one of the font files. From Pierre-noel Bouteville + (2015-02-03). + * arch/arm/src/efm32/efm32_rtc_burtc.c: Remove a misbehaving assertion. + From Pierre-noel Bouteville (2015-02-03).