From 00c38721a770b8673adfc6661e5808428f759556 Mon Sep 17 00:00:00 2001 From: Kelvin Sherlock Date: Sun, 4 Jan 2015 11:34:19 -0500 Subject: [PATCH] updated changelog --- CHANGELOG.text | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.text b/CHANGELOG.text index a4a2e2e..6b6826b 100644 --- a/CHANGELOG.text +++ b/CHANGELOG.text @@ -1,3 +1,13 @@ + +------------------------- +0.7.9.a - January 4, 2014 +------------------------- + +* Improved MrC/pp compatibility. MrC creates a binary temp file that was treated as text which caused problems. +* added TempNewHandle, TempHLock, TempHUnlock, and TempDisposeHandle toolcalls +* added ;date debugger command: expr;date will display expr as a MacOS date/time +* added ;error debugger command: expr;error will display exrp as a MacOS error. + ------------------------ 0.7.9 - December 28, 2014 ------------------------