Update ChangeLogs

This commit is contained in:
Gregory Nutt 2015-01-27 13:43:20 -06:00
parent e894bd703a
commit 8a9c5f38a5

View File

@ -1199,3 +1199,6 @@
* 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).