From 9315cdb47305b5d09d356c2479def769309d2f5f Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 18 Apr 2016 14:34:29 -0700 Subject: [PATCH] Add v3.0.4 and v3.1.3 to the history. --- History.markdown | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/History.markdown b/History.markdown index 271e559e..ecfd306b 100644 --- a/History.markdown +++ b/History.markdown @@ -76,6 +76,11 @@ * Added an explicit rerun note to configuration.md, defaults section (#4734) * Update Rack-Jekyll Heroku deployment blog post url (#4789) +## 3.1.3 / 2016-04-18 + + * Fix defaults for Documents to lookup defaults based on `relative_path` instead of `url` (#4807) + * Use SSLEnable instead of EnableSSL and make URL HTTPS (WEBrick) (#4693) + ## 3.1.2 / 2016-02-19 ### Minor Enhancements @@ -223,6 +228,11 @@ * Add Contentful Extension to list of third-party plugins (#4390) * Correct Minor spelling error (#4394) +## 3.0.4 / 2016-04-18 + + * Fix defaults for Documents to lookup defaults based on `relative_path` instead of `url` (#4806) + * Configuration: allow users to specify a `collections.posts.permalink` directly without `permalink` clobbering it (#4753) + ## 3.0.3 / 2016-02-08 ### Bug Fixes