From 505fd4f9f0654316af2d83655f07f1aa4d9c1c9a Mon Sep 17 00:00:00 2001 From: bchavez Date: Tue, 11 Apr 2017 10:34:42 -0700 Subject: [PATCH] history --- HISTORY.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/HISTORY.md b/HISTORY.md index d39ae424..7764df7b 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,6 @@ -## v15.0.0 +## v15.0.1 * Building with Visual Studio 2017. +* Issue 70: Fixed `ArgumentException` that occurs with derived hidden `new` properties. ## v12.0.2 * `f => f.Generate(n, i => ...)` overload allows use of index when using `f.Generate`.