Update history to reflect merge of #1571

This commit is contained in:
Parker Moore 2013-09-23 10:17:43 -04:00
parent c78c4159c0
commit 903be7b750
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@
* Fix up matching against source and destination when the two * Fix up matching against source and destination when the two
locations are similar (#1556) locations are similar (#1556)
* Fix the missing `pathname` require in certain cases (#1255) * Fix the missing `pathname` require in certain cases (#1255)
* Use `+` instead of `Array#concat` when building `Post` attribute list (#1571)
### Development Fixes ### Development Fixes
* Add coverage reporting with Coveralls (#1539) * Add coverage reporting with Coveralls (#1539)