History.markdown in jekyll-import-0.3.0 vs History.markdown in jekyll-import-0.4.0
- old
+ new
@@ -8,10 +8,30 @@
### Site Enhancements
### Development Fixes
+## 0.4.0 / 2014-06-29
+
+### Minor Enhancements
+
+ * Add easyblog importer (#136)
+ * WordPress: import draft posts into `_drafts` folder (#147)
+ * Be really permissive about which Jekyll version to use
+
+### Bug Fixes
+
+ * Tumblr: Photo posts with multiple photos will now all import (#145)
+
+### Site Enhancements
+
+ * Fix table prefix key in WordPress docs. (#150)
+
+### Development Fixes
+
+ * Add GitHub `script/*` conventions for easy pick-up. (#146)
+
## 0.3.0 / 2014-05-23
### Minor Enhancements
* Import WordPress.org `author` data as hash (#139)
@@ -74,10 +94,10 @@
importer (#31)
* Use tumblr slug for post is available, use that instead (#39, #40)
* Drupal 7 importer should use latest revision of a post (#38)
* Improve the handling of tags in the Drupal 6 importer. Tags with
spaces are handled now and the importer doesn't eat tags anymore. (#42)
- * Upgrade to `jekyll ~> 1.3` and `safe_yaml ~> 0.9.7`
+ * Upgrade to `jekyll ~> 1.3` and `safe_yaml ~> 0.9.7`
* Add license to gemspec (#83)
* Add an `Importer.run` method for easy invocation (#88)
### Bug Fixes
* Remove usage of `Hash#at` in Tumblr importer (#14)