From 9614cb67d427bb89443ad0ada890a98702311411 Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Mon, 30 Mar 2020 10:44:07 -0400 Subject: [PATCH] Update history to reflect merge of #8083 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 73789d2dcb7..6bc4f22a359 100644 --- a/History.markdown +++ b/History.markdown @@ -12,6 +12,7 @@ * Allow multiple binary operators in where_exp filter (#8047) * Fix documents custom-ordering logic (#8028) * Use `layout.path` when rendering the Liquid layout (#8069) + * Reduce array allocations from `StaticFile#path` (#8083) ### Minor Enhancements