Update history to reflect merge of #792. Closes #789.

This commit is contained in:
Parker Moore 2013-02-03 18:56:42 +01:00
parent f002ee4f9f
commit e4042e56b7
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
* Refactored jekyll commands into subcommands: build, serve, and migrate. (#690)
* Removed importers/migrators from main project, migrated to jekyll-import sub-gem (#793)
* Minor Enhancements
* Aliased `jekyll server` to `jekyll serve`. (#792)
* Updated gem versions for Kramdown, Rake, Shoulda, Cucumber, and RedCarpet. (#744)
* Refactored jekyll subcommands into Jekyll::Commands submodule, which now contains them (#768)
* Rescue from import errors in Wordpress.com migrator (#671)