Skip to content

Commit

Permalink
Release 💎 3.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
parkr committed Aug 12, 2017
1 parent 69659d6 commit f8ae6be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.markdown
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 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
Expand Down
2 changes: 1 addition & 1 deletion lib/jekyll/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Jekyll
VERSION = "3.5.1".freeze
VERSION = "3.5.2".freeze
end

0 comments on commit f8ae6be

Please sign in to comment.