History.markdown in jekyll-import-0.1.0 vs History.markdown in jekyll-import-0.2.0
- old
+ new
@@ -8,9 +8,36 @@
### Site Enhancements
### Development Fixes
+## 0.2.0 / 2014-03-16
+
+### Major Enhancements
+ * Add comments to MovableType importer (#66)
+ * Support auto-paragraph Wordpress convention (#125)
+
+### Minor Enhancements
+ * Extract author info from wordpress XML files (#131)
+
+### Bug Fixes
+ * Require YAML library in Enki importer (#112)
+ * Fix !ruby/string:Sequel::SQL::Blob error in MT excerpts (#113)
+ * Drupal6: Ensure post "tags" is "", never nil (#117)
+ * Fixes a bug where the Tumblr importer would write posts with `nil`
+ content (#118)
+ * Change Drupal7 layout to `post` rather than `default` (#124)
+ * WordPress: Use explicit `#to_s` when outputting post dates (#129)
+
+### Site Enhancements
+ * Fixed error in quickstart code, added required design changes/reflow (#120)
+ * Fix example parameter names for Tumblr importer (#122)
+ * Add note to WordPress installer docs page that indicates what the importer
+ does and doesn't do. (#127)
+
+### Development Fixes
+ * Bring gemspec into the 2010's (#130)
+
## 0.1.0 / 2013-12-18
### Major Enhancements
* Add 'Ghost' importer (#100)
* Add 'Behance' importer (#46, #104)