Fix History entry for #6185

This commit is contained in:
Parker Moore 2017-06-30 21:59:02 -04:00
parent 17370b5992
commit b0136fccfa
No known key found for this signature in database
GPG Key ID: 193CDEBA72063C58
1 changed files with 1 additions and 4 deletions

View File

@ -4,6 +4,7 @@
* Backward compatiblize URLFilters module (#6163)
* Static files contain front matter default keys when `to_liquid`'d (#6162)
* Always normalize the result of the `relative_url` filter (#6185)
### Documentation
@ -21,10 +22,6 @@
* Test with Ruby 2.4.1-1 on AppVeyor (#6176)
* set minimum requirement for jekyll-feed (#6184)
### fix
* Always normalize the result of the relative_url filter (#6185)
## 3.5.0 / 2017-06-18
### Minor Enhancements