Update ChangeLog

This commit is contained in:
Gregory Nutt 2014-12-12 07:48:22 -06:00
parent 1b661c6d23
commit e68be3dbb4
1 changed files with 4 additions and 1 deletions

View File

@ -9198,4 +9198,7 @@
size of the M24P16 part. From Lazlo (2014-12-10).
* libc/string/lib_strncpy.c: Commit d0c76ccacf0dc8988f9617ad82bf4349f456bb08
will trash a lot of memory if n == 0. From Yasuhiro Osaki (2014-12-11).
* arch/arm/src/stm32/stm32_otghsdev.c. Fix for OTGHS device driver
working in FS mode. From Ken Pettit (2014-12-12).
* libc/stdio/lib_sscanf.c: Accept %X as well as %x as a format
specifier. From Sébastien Lorquet (2014-12-12).