summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
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 c84c26adb..b4ab12f0b 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -911,3 +911,6 @@
* apps/system/i2c/i2c_get.c: Fix to show the updated register address on
each fetch (vs. showing the same starting address each time). From
Ryan VanSickle (2014-5-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).