Update history to reflect merge of #6058 [ci skip]

This commit is contained in:
jekyllbot 2017-06-14 15:06:56 -04:00
parent 2a4d33e615
commit 61cdebf272
1 changed files with 1 additions and 0 deletions

View File

@ -120,6 +120,7 @@
* Allow colons in `uri_escape` filter (#5957) * Allow colons in `uri_escape` filter (#5957)
* Re-surface missing public methods in `Jekyll::Document` (#5975) * Re-surface missing public methods in `Jekyll::Document` (#5975)
* absolute_url should not mangle URL if called more than once (#5789) * absolute_url should not mangle URL if called more than once (#5789)
* patch URLFilters to prevent `//` (#6058)
### fix ### fix