From de5c25c26a4f3db04d906989c5afdd687dc09d09 Mon Sep 17 00:00:00 2001 From: stakx Date: Mon, 8 Jan 2018 21:53:43 +0100 Subject: [PATCH] Update changelog & version to 4.8.1 --- CHANGELOG.md | 6 +++++- GitInfo.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec087da52..71407e09a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/GitInfo.txt b/GitInfo.txt index 88f181192..697e99391 100644 --- a/GitInfo.txt +++ b/GitInfo.txt @@ -1 +1 @@ -4.8.0 +4.8.1