Updated history to reflect merge of #793. Closes #787.

This commit is contained in:
Parker Moore 2013-02-03 01:54:52 +01:00
parent 9ea1becf13
commit 7a44965c88
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
== HEAD
* Major Enhancements
* 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
* Updated gem versions for Kramdown, Rake, Shoulda, Cucumber, and RedCarpet. (#744)
* Refactored jekyll subcommands into Jekyll::Commands submodule, which now contains them (#768)