From d1f4b2fdfc1457e90ae3b64ed7f10417d9887cce Mon Sep 17 00:00:00 2001 From: John Clements Date: Thu, 3 Feb 2011 10:24:42 -0800 Subject: [PATCH] stepper HISTORY.txt updated (cherry picked from commit b60aca2f8fe1a75d34bba01245d13af54e90ff15) --- doc/release-notes/stepper/HISTORY.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/release-notes/stepper/HISTORY.txt b/doc/release-notes/stepper/HISTORY.txt index e3f0cf543e..c47a687563 100644 --- a/doc/release-notes/stepper/HISTORY.txt +++ b/doc/release-notes/stepper/HISTORY.txt @@ -1,5 +1,12 @@ Stepper ------- +Changes for v5.1: + +Quite a bit of rackety, retabbing, refactoring. There's no longer a closure +table, but instead functions expand into applicable structures. Cleanup of +unnecessary function arguments. Got rid of '2vals' idiom. Improved jump +to ... error messages. + Changes for v5.0.2: Bug fixes, Big Bang working again. Define-struct in local not working.