summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 3ac05c656..749d90b16 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -776,4 +776,6 @@
return data, and environment variables (2014-1-11).
* apps/nshlib/nsh_parse.c: Fix a memory leak ... forgot to close
a temporary file (2013-1-12).
-
+ * apps/system/inifile: A simple INI file parser (perhaps too simple).
+ This is code that I wrote a long time ago and have used many time but
+ is untested in its current incarnation (2014-1-15).