diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index c4bbf8b4202..f84038533cf 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -1046,6 +1046,8 @@ nuttx-0.3.13 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* 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
pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>