Skip to content

Commit

Permalink
Update changelog & version to 4.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
stakx committed Jan 8, 2018
1 parent 8eb0892 commit de5c25c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ All notable changes to this project will be documented in this file.
The format is loosely based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/).


## Unreleased
## 4.8.1 (2018-01-08)

#### Added

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

#### Changed

* 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)

#### Fixed

* `CallBase` regression with explicitly implemented interface methods (@stakx, #558)
Expand Down
2 changes: 1 addition & 1 deletion GitInfo.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.8.0
4.8.1

0 comments on commit de5c25c

Please sign in to comment.