From e30183bdbc34e27d647ccb13d5613593bd6b78df Mon Sep 17 00:00:00 2001 From: Dominique Schuppli Date: Sun, 13 Feb 2022 22:07:19 +0100 Subject: [PATCH] Update the changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f65c2f01..d99277154 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,14 @@ 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 + +#### Fixed + +* Property setups are ignored on mocks instantiated using `Mock.Of` (@stakx, #1066) +* `SetupAllProperties` causes mocks to become race-prone (@estrizhok, #1231) + + ## 4.17.0 (2022-02-13) #### Added