diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index ac90b800398..61b6e1d3ef9 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -2218,6 +2218,12 @@ nuttx-5.20 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
where the GPL driver(s) can be re-installed into the NuttX source
tree. By re-installing the driver, you agree to the GPL licsensing
and all of its implications.
+ * Makefile, apps/Makefile, tools/configure.sh -- add logic to copy
+ configs/<board>/<config>/appdir to apps/.config and to simply the
+ application configuration logic.
+ * examples/nsh and apps/nshlib - Move the core NuttShell (NSH) logic
+ out of the exemples directory and into the apps/directory where
+ it belongs.
apps-5.20 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>