From 61cdebf272726b3706fc866ebb580d6cb62c4fa2 Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Wed, 14 Jun 2017 15:06:56 -0400 Subject: [PATCH] Update history to reflect merge of #6058 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index c8b88e0d..c1f2fcf9 100644 --- a/History.markdown +++ b/History.markdown @@ -120,6 +120,7 @@ * Allow colons in `uri_escape` filter (#5957) * Re-surface missing public methods in `Jekyll::Document` (#5975) * absolute_url should not mangle URL if called more than once (#5789) + * patch URLFilters to prevent `//` (#6058) ### fix