Updated CHANGELOG to mention custom arg match and describer features

This commit is contained in:
David Tchepak 2012-01-03 00:43:20 +11:00
Родитель 1c87ef7703
Коммит 3b653bee24
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1,4 +1,6 @@
unreleased changes
* [NEW] Detailed descriptions for custom argument matchers using IDescribeNonMatches interface.
* [NEW] Custom argument matchers (Arg.Matches syntax).
* [FIX] Race condition between checking received calls and building the exception could cause nonsensical exception messages like "Expected 5, actually received 5" when called concurrently. (#64)
1.3.0 (Nov 2011)