From da045b2cb5c954a7676b37aedb7d70fb0e9ff0c7 Mon Sep 17 00:00:00 2001 From: Richard Dingwall Date: Sun, 2 Jun 2013 17:36:58 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index cf0ca8d..32844bf 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,9 @@ As a derivative work of Elmah.Contrib.Mvc, this library is available under the s # Release History / Changelog +### 1.0.6.0 - June 2, 2013 +Removed Elmah from NuGet dependency list -- we only need Elmah.CoreLibrary. (Thanks @DavidDeSloovere). + ### 1.0.5.0 - March 25, 2013 Patch from shchahrykovich to not throw a NullReferenceException in the event that HttpContext.Current.ApplicationInstance is null (pull request #3).