From 8cbfb100fb71c6ec7d61961619b1d5bf83918b11 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 20 Apr 2016 20:12:03 +0300 Subject: [PATCH] Update changelog --- yesod-bin/ChangeLog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/yesod-bin/ChangeLog.md b/yesod-bin/ChangeLog.md index 71df0ba6..2387eb75 100644 --- a/yesod-bin/ChangeLog.md +++ b/yesod-bin/ChangeLog.md @@ -1,3 +1,7 @@ +## 1.4.18.1 + +* error handling when checking for stack binary [#1219](https://github.com/yesodweb/yesod/pull/1219) + ## 1.4.18 * Disable `yesod test` when using Stack [#1198](https://github.com/yesodweb/yesod/issues/1198)