Update history for drafts feature.

This commit is contained in:
Tom Preston-Werner 2013-03-03 18:55:50 -08:00
parent b46000f6af
commit da273b685a
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
* Major Enhancements * Major Enhancements
* Refactored jekyll commands into subcommands: build, serve, and migrate. (#690) * Refactored jekyll commands into subcommands: build, serve, and migrate. (#690)
* Removed importers/migrators from main project, migrated to jekyll-import sub-gem (#793) * Removed importers/migrators from main project, migrated to jekyll-import sub-gem (#793)
* Added ability to render drafts in _drafts folder via command line (#833)
* Minor Enhancements * Minor Enhancements
* Improve debugability of error message for a malformed highlight tag (#785) * Improve debugability of error message for a malformed highlight tag (#785)
* Allow symlinked files in unsafe mode (#824) * Allow symlinked files in unsafe mode (#824)