summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-19 10:30:50 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-19 10:30:50 -0600
commitd0a866fa54292a387ae72ac785943a62ea380dbe (patch)
tree32a8528d52150a376c4775bc2398293ef2123093 /apps/ChangeLog.txt
parent9277eac1a8e6fb401e77e0802cb1d38a37f7530c (diff)
downloadnuttx-d0a866fa54292a387ae72ac785943a62ea380dbe.tar.gz
nuttx-d0a866fa54292a387ae72ac785943a62ea380dbe.tar.bz2
nuttx-d0a866fa54292a387ae72ac785943a62ea380dbe.zip
mkdir can now be used to create empty directories in the pseudo-filesystem.
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 018dd72ff..c5c513d02 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -828,3 +828,6 @@
* apps/nshilib: rmdir can now be used in the pseudo-filesystem. Hence,
the command needs to be available even if there are no write-able
filesystem enabled (2014-2-19).
+ * apps/nshilib: mkdir can now be used in the pseudo-filesystem. Hence,
+ the command needs to be available even if there are no write-able
+ filesystem enabled (2014-2-19).