summaryrefslogtreecommitdiff
path: root/plac/CHANGES.txt
diff options
context:
space:
mode:
authorMichele Simionato <michele.simionato@gmail.com>2011-04-11 11:34:54 +0200
committerMichele Simionato <michele.simionato@gmail.com>2011-04-11 11:34:54 +0200
commit1fd7a8d2869886d746501bf40329169eace4d60c (patch)
treeb77a5904239216b8fdf321b0dfcd0d3674b439ab /plac/CHANGES.txt
parent5635409a212680bdd4965806bb73f38c0557513c (diff)
downloadmicheles-1fd7a8d2869886d746501bf40329169eace4d60c.tar.gz
Various bug fixes to plac for release 0.8.1
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