From e70c71edd4d716f686702dd3f86f728206003a07 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Fri, 1 Nov 2013 22:56:05 -0500 Subject: [PATCH] Update history to reflect merge of #1687 --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index ca6de05d..b71a460d 100644 --- a/History.markdown +++ b/History.markdown @@ -35,6 +35,8 @@ * Capitalize the short verbose switch because it conflicts with the built-in Commander switch (#1660) * Fix compatibility with 1.8.x (#1665) + * Fix an error with the new file watching code due to library version + incompatibilities (#1687) ### Development Fixes * Add coverage reporting with Coveralls (#1539)