Move version updates for development dependencies to 'Development Fixes' heading.

This commit is contained in:
Parker Moore 2013-10-04 12:27:53 -04:00
parent 87693eeffe
commit 9dc6fee9c5
1 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,6 @@
include file that caused the error to the error message (#1596) include file that caused the error to the error message (#1596)
* If a layout causes a Liquid error, change the error message so that * If a layout causes a Liquid error, change the error message so that
we know it comes from the layout (#1601) we know it comes from the layout (#1601)
* Update launchy dependency to `~> 2.3` (#1608)
* Update rr dependency to `~> 1.1` (#1604)
* Update cucumber dependency to `~> 1.3` (#1607)
### Bug Fixes ### Bug Fixes
* Fix up matching against source and destination when the two * Fix up matching against source and destination when the two
@ -29,6 +26,9 @@
### Development Fixes ### Development Fixes
* Add coverage reporting with Coveralls (#1539) * Add coverage reporting with Coveralls (#1539)
* Refactor the Liquid `include` tag (#1490) * Refactor the Liquid `include` tag (#1490)
* Update launchy dependency to `~> 2.3` (#1608)
* Update rr dependency to `~> 1.1` (#1604)
* Update cucumber dependency to `~> 1.3` (#1607)
### Site Enhancements ### Site Enhancements
* Fix params for `JekyllImport::WordPress.process` arguments (#1554) * Fix params for `JekyllImport::WordPress.process` arguments (#1554)