From d15b04ae88693a5b0b81f766c49a8180cac2dc69 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sun, 11 Jan 2015 09:36:11 -0600 Subject: [PATCH] Update ChangeLog --- ChangeLog.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ChangeLog.txt b/ChangeLog.txt index 37c523b5d..cffc130c4 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -1167,4 +1167,6 @@ * apps/system/lm75 and build-related files: Add a tiny application to read the temperature from an LM-75 (or compatible) temperature sensor (2015-01-06). + * apps/interpreters/micropython: A port of Micro Python to NuttX. + Contributed by Dave Marples (2015-01-11).