summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index b4ab12f0b..2bc6275cb 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -914,3 +914,8 @@
* apps/interpreters/prun and apps/include/interpreters/prun.h: Broke out
the P-code execution logic from apps/examples/pashello and moved it to
these directorit where it can be used more generally (2014-5-9).
+ * apps/system/prun and apps/include/interpreters/pexec_main.c: Move the
+ P-Code execution logic from apps/interpreters/prun to
+ apps/system/prun; Add pexec_main.c which is an NSH built-in
+ application that can be used to run P-Code programs from the NSH
+ command line (2014-5-9).