Update ChangeLog

This commit is contained in:
Gregory Nutt 2015-01-28 14:29:07 -06:00
parent f429f54aa2
commit e2327502f8

View File

@ -1200,5 +1200,7 @@
* apps/interpreters/micropython: Add math library defines for nan(),
copysign(), and trunc() functions. From Brennan Ashton (2015-01-26).
* apps/examples/ustreadm: Add a simple test of Unix domain sockets
(2014-01-27).
(2015-01-27).
* apps/examples/udgram: Add a simple test of Unix domain datagram
sockets (2015-01-28)