From a430c2200730de9c52a92a034feae6ecadcd84f3 Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Wed, 15 May 2019 12:14:10 -0400 Subject: [PATCH] Update history to reflect merge of #7654 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 0c94ca5fa2f..f41aa924bd7 100644 --- a/History.markdown +++ b/History.markdown @@ -96,6 +96,7 @@ * Detect `nil` and empty values in objects with `where` filter (#7580) * Initialize mutations for Drops only if necessary (#7657) * Reduce Array allocations via Jekyll::Cleaner (#7659) + * Encode and unencode urls only as required (#7654) ### Development Fixes