From 26358a6d2175ab0152a142be146b70c567a6385a Mon Sep 17 00:00:00 2001 From: Daniel Cazzulino Date: Wed, 6 Aug 2014 16:47:55 -0300 Subject: [PATCH] Updates for 4.3 --- ReleaseNotes.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ReleaseNotes.md b/ReleaseNotes.md index bbd75886c..ce5f05fd4 100644 --- a/ReleaseNotes.md +++ b/ReleaseNotes.md @@ -1,3 +1,7 @@ +Version 4.3 +* Added support for Roslyn +* Automatically add implemented interfaces to mock + Version 4.2 * Improved support for async APIs by making default value a completed task * Added support for async Returns and Throws