From bff0f9e53752c83f45eb9d0244042101ac9a87fe Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Mon, 16 Sep 2013 20:35:13 -0500 Subject: [PATCH] Update history to reflect merge of #1556 --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index c405e1d3..4948e05b 100644 --- a/History.markdown +++ b/History.markdown @@ -5,6 +5,8 @@ ### Minor Enhancements ### Bug Fixes + * Fix up matching against source and destination when the two + locations are similar (#1556) ### Development Fixes * Add coverage reporting with Coveralls (#1539)