Skip to content

Commit de5c25c

Browse files
committed
Update changelog & version to 4.8.1
1 parent 8eb0892 commit de5c25c

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).
66

77

8-
## Unreleased
8+
## 4.8.1 (2018-01-08)
99

1010
#### Added
1111

1212
* C# 7 tuple support for `DefaultValue.Empty` and `DefaultValue.Mock` (@stakx, #563)
1313

14+
#### Changed
15+
16+
* Downgraded `System.Threading.Tasks.Extensions` and `System.ValueTuple` dependencies to versions 4.3.0 as suggested by @tothdavid in order to improve Moq compatibility with .NET 4.6.1 / help prevent `MissingMethodException` and similar (@stakx, #571)
17+
1418
#### Fixed
1519

1620
* `CallBase` regression with explicitly implemented interface methods (@stakx, #558)

GitInfo.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.8.0
1+
4.8.1

0 commit comments

Comments
 (0)