summaryrefslogtreecommitdiff
path: root/plac/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'plac/CHANGES.txt')
-rw-r--r--plac/CHANGES.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/plac/CHANGES.txt b/plac/CHANGES.txt
index 54a556e..3147030 100644
--- a/plac/CHANGES.txt
+++ b/plac/CHANGES.txt
@@ -2,7 +2,10 @@ HISTORY
----------
0.8.1 Removed a stray newline in the output of plac, as signaled
- by Daniele Pighin (2011-02-22)
+ by Daniele Pighin; fixed a bug in the doctest method raising
+ non-existing exceptions; turned the notification messages into
+ unicode strings; removed an ugly SystemExit message
+ for invalid commands, signaled by Tuk Bredsdorff (2011-04-11)
0.8.0 Added a monitor framework and a TkMonitor (2011-02-16)
0.7.6 Fixed the error propagation in ``Interpreter.__exit__``.
Added a note about commandline and marrow.script in the documentation