summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1c828cf7e..9ba531c35 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -412,4 +412,6 @@
* Correct an error in the FAT that caused files opened for writing with
O_APPEND to fail. The file was not being properly positioned to the
end of the file in that case.
+ * NSH now supports last exit status $?
+ * NSH now supports if-then[-else]-fi construct