History.markdown in jekyll-import-0.1.0.rc1 vs History.markdown in jekyll-import-0.1.0

- old
+ new

@@ -1,8 +1,22 @@ ## HEAD ### Major Enhancements + +### Minor Enhancements + +### Bug Fixes + +### Site Enhancements + +### Development Fixes + +## 0.1.0 / 2013-12-18 + +### Major Enhancements + * Add 'Ghost' importer (#100) + * Add 'Behance' importer (#46, #104) * Add the optional ability to include images in a posterous migration (#5) * Posterous archive (unzipped directory) importer added (#12) * Improve MovableType importer (#13) * Add an importer for Google Reader blog exports (#36) * Remove dependency on html2text in the tumblr importer (#33) @@ -41,9 +55,12 @@ * Fix bug where post date in `MT` importer was not imported for older versions of MT sites (#62) * Fix interface of importers' `#process` method (#69) * RSS importer should specify `--source` option (#81) * Fix fetching of parameters from options hash (#86) + * Drupal6: Fix NoMethodError on untagged post (#93) + * S9Y: Use RSS parser from `rss` package, not the RSS importer (#102) + * Support as much of the current Commander interface as possible (#103) ### Site Enhancements * Add the site (#87) ### Development Fixes