History.markdown in jekyll-gist-1.4.0 vs History.markdown in jekyll-gist-1.4.1
- old
+ new
@@ -1,5 +1,11 @@
+## 1.4.1 / 2017-06-21
+
+ * Don't ask .empty? until it's a String. (#38)
+ * rename Liquid 4 `has_key?` to `key?` to add compatibility for liquid 4 (#41)
+ * Test against Ruby 2.1 to 2.4 (#45)
+
## 1.4.0 / 2015-12-01
* Allow `noscript` fallback to be disabled (#29)
* Use Octokit to fetch Gist content when passed `JEKYLL_GITHUB_TOKEN` in env(#28)
@@ -19,10 +25,10 @@
## 1.3.2 / 2016-08-19
* Re-add support for Ruby 1.9.3. Fixes #11 for 1.9.3 (#14)
* Replaced `OpenURI` with `Net::HTTP` and introduced timeout of 3 seconds (#11)
-## 1.3.1 / 2015-08-16 (yanked)
+## 1.3.1 / 2015-08-16
* Replaced `OpenURI` with `Net::HTTP` and introduced timeout of 3 seconds (#11)
## 1.3.0 / 2015-08-05