History.markdown in jekyll-import-0.2.0 vs History.markdown in jekyll-import-0.3.0
- old
+ new
@@ -8,9 +8,23 @@
### Site Enhancements
### Development Fixes
+## 0.3.0 / 2014-05-23
+
+### Minor Enhancements
+
+ * Import WordPress.org `author` data as hash (#139)
+ * Add `socket` option to the WordPress importer (#140)
+ * Allow the CSV importer to skip writing front matter (#143)
+ * WordPress.com: Download images locally and update links to them (#134)
+ * WordPress: Import WP pages as proper Jekyll pages instead of as posts (#137)
+
+### Bug Fixes
+
+ * Replace errant `continue` expression with the valid `next` expression (#133)
+
## 0.2.0 / 2014-03-16
### Major Enhancements
* Add comments to MovableType importer (#66)
* Support auto-paragraph Wordpress convention (#125)