From 48fafd9fc0bcc1d06ba6c3622478d31e6bad5ad6 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 12 Aug 2017 16:28:34 -0400 Subject: [PATCH] Release :gem: 3.5.2 --- History.markdown | 11 +++++++++++ lib/jekyll/version.rb | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/History.markdown b/History.markdown index a054598a..bcc9ceaa 100644 --- a/History.markdown +++ b/History.markdown @@ -46,6 +46,17 @@ * Adding DevKit helpers (#6225) * Customizing url in collection elements clarified (#6264) +## 3.5.2 / 2017-08-12 + +### Bug Fixes + + * Backport #6281 for v3.5.x: Fix `Drop#key?` so it can handle a nil argument (#6288) + * Backport #6280 for v3.5.x: Guard against type error in `absolute_url` (#6287) + * Backport #6266 for v3.5.x: Memoize the return value of `Document#url` (#6301) + * Backport #6273 for v3.5.x: delegate `StaticFile#to_json` to `StaticFile#to_liquid` (#6302) + * Backport #6226 for v3.5.x: `Reader#read_directories`: guard against an entry not being a directory (#6304) + * Backport #6247 for v3.5.x: kramdown: symbolize keys in-place (#6303) + ## 3.5.1 / 2017-07-17 ### Minor Enhancements diff --git a/lib/jekyll/version.rb b/lib/jekyll/version.rb index 6a276204..46b23812 100644 --- a/lib/jekyll/version.rb +++ b/lib/jekyll/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Jekyll - VERSION = "3.5.1".freeze + VERSION = "3.5.2".freeze end