summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 424dacb91..e250ac7ef 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -672,4 +672,6 @@
(submitted by JPelletier). The is the same fix that was needed for the
eZ80 and fixed in 0.4.2.
* netutils: Added logic to support a simple wget() function
- * examples/wget: Added a test for wget()
+ * examples/wget: Added a test for wget() (Not yet tested because of
+ some current networking limitations).
+ * lib/strncasecmp: Fix cut'n'paste error in function name.