From 0ffe471e0d00e4fcf300b92d7249f708f34caa3a Mon Sep 17 00:00:00 2001 From: Dave Wyatt Date: Tue, 28 Apr 2015 12:59:32 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index abe615d97..8da3e3986 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ - Fixed BeforeEach / etc parsing in PSv3+ so breakpoints and automatic variables ($PSCommandPath, etc) will work properly. [GH-333] - Fixed bug in 'Should Be' when comparing strings, and null or empty strings are piped in to the Should command. [GH-333] - Added some calls to Write-Progress in the It command. [GH-322] + - Bug fix when mocking functions that are in the global scope; the original functions were being lost when the Describe block ended. [GH-323] ## 3.3.8 (April 15, 2015) - Further mocking fixes around the use of $ExecutionContext in client scope. [GH-307]