summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorGustavo Niemeyer <gustavo@niemeyer.net>2007-12-09 13:53:01 -0200
committerGustavo Niemeyer <gustavo@niemeyer.net>2007-12-09 13:53:01 -0200
commit195f0d884b7c4ad16271a9b0f17e6cecfbfba169 (patch)
treeada8a38956aa3416568a5832af046701efd88a63 /NEWS
parent7ba4e6a4eff5896808e7b95e84744cd97a963c07 (diff)
downloadmocker-195f0d884b7c4ad16271a9b0f17e6cecfbfba169.tar.gz
When the expression executed isn't exactly the same as the
recorded events (e.g. when parameter matchers are used), show in the error message the real expression run, to aid in debugging.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a852ca6..e735ebe 100644
--- a/NEWS
+++ b/NEWS
@@ -29,6 +29,10 @@
- Fixed problem when requesting order on similar expressions. The
second expression might not be accepted.
+- When the expression executed isn't exactly the same as the
+ recorded events (e.g. when parameter matchers are used), show in
+ the error message the real expression run, to aid in debugging.
+
0.9.3 (2007-11-24)
==================