From cf3003786dac6bdd8a5b1d38842cccbf22744936 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 30 May 2015 10:02:11 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index c2de7997ddf..1691d8b3dff 100755 --- a/ChangeLog +++ b/ChangeLog @@ -10482,3 +10482,6 @@ device event notification for UDP transfers (2015-05-29). * net/sockets and net/tcp: TCP Networking: Add support for device event notification for UDP transfers (2015-05-30). + * libc/Kconfig and stdio/lib_libvsprintf.c: Add an option to disable + support for long long formats in lib_vsprintf. From Alan Carvalho + de Assis (2015-05-30).