Bring over changes from History.markdown...

This commit is contained in:
Jon Frisby 2013-04-11 13:14:21 -07:00
parent 251491de2a
commit c0f47fe39b
1 changed files with 9 additions and 0 deletions

View File

@ -7,6 +7,13 @@
- Added list of categories into atom.xml (#421)
- Added default support for guag.es analytics (#827)
- `rake preview` binds to IP and HOST, which can be set through OCTOPRESS_IP and OCTOPRESS_HOST, respectively (#780)
- New configuration structure (#958)
- Improved draft management options
- rake list_drafts shows current drafts.
- Rake generate, watch, and preview can compile future dated posts (defaults to false).
- FIX: `full_configuration` in Rakefile was uninitialized (#1021)
- Site Enhancements
- Development fixes
## 2.0
@ -35,3 +42,5 @@
- **No longer supported.**
- Jekyll Matured, but Henrik's Jekyll fork did not.
- Thanks for all your pull requests, I learned a lot.
# HEAD