From 903be7b75059887f5c60b5fca9e54378ce736d96 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 23 Sep 2013 10:17:43 -0400 Subject: [PATCH] Update history to reflect merge of #1571 --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index e0db33ae..a7a74cac 100644 --- a/History.markdown +++ b/History.markdown @@ -9,6 +9,7 @@ * Fix up matching against source and destination when the two locations are similar (#1556) * Fix the missing `pathname` require in certain cases (#1255) + * Use `+` instead of `Array#concat` when building `Post` attribute list (#1571) ### Development Fixes * Add coverage reporting with Coveralls (#1539)