From f7beb6bff018f949a8fefc3adb69a326b8184e0c Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Mon, 16 Sep 2013 21:38:31 -0500 Subject: [PATCH] Update history to reflect merge of #1255 --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 8e397194..54b6cd9f 100644 --- a/History.markdown +++ b/History.markdown @@ -7,6 +7,7 @@ ### Bug Fixes * Fix up matching against source and destination when the two locations are similar (#1556) + * Fix the missing `pathname` require in certain cases (#1255) ### Development Fixes * Add coverage reporting with Coveralls (#1539)