Updating for 1.4 release
This commit is contained in:
Родитель
25b699dac4
Коммит
f235d85ffb
|
@ -1,5 +1,5 @@
|
|||
================================================================================================
|
||||
unreleased
|
||||
1.4.0 Release
|
||||
================================================================================================
|
||||
|
||||
Auto-substitute from substitutes of `Func` delegates (following the same rules as auto-subbing
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
unreleased changes
|
||||
1.4.0 (May 2012)
|
||||
* [NEW] [BREAKING] Auto-substitute for types returned from substitutes of delegates/Funcs (follows same auto-substitute rules as for methods and properties). Thanks to Sauli Tähkäpää for implementing this feature. (#52)
|
||||
* [NEW] Show details of params arguments when displaying received calls. Thanks to Sauli Tähkäpää for implementing this feature. (#65)
|
||||
* [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)
|
||||
|
|
|
@ -57,7 +57,7 @@ Received 2 non-matching calls (non-matching arguments indicated with '*' charact
|
|||
<div id="downloads" class="sidebar download">
|
||||
<ul>
|
||||
<li class="nsubstitute" style="font-weight: bold; font-size: 130%">
|
||||
<a href="http://github.com/downloads/nsubstitute/NSubstitute/NSubstitute-1.3.0.0.zip">Download</a>
|
||||
<a href="http://github.com/downloads/nsubstitute/NSubstitute/NSubstitute-1.4.0.0.zip">Download</a>
|
||||
</li>
|
||||
<li class="nuget">
|
||||
<a href="http://nuget.org/List/Packages/NSubstitute">Install via NuGet:</a> <code>Install-Package NSubstitute</code>
|
||||
|
|
Загрузка…
Ссылка в новой задаче