From 3fb307dc25afab3c917dd84fd4572f6a4bc9c44b Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Fri, 11 Sep 2020 09:24:27 -0400 Subject: [PATCH] Update history to reflect merge of #8387 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index cb8cded7..a40dc8a3 100644 --- a/History.markdown +++ b/History.markdown @@ -40,6 +40,7 @@ * Replace nested conditional with guard clauses (#8294) * fix: security bump (#8349) * Fix path matching regex in post_url Liquid tag (#8375) + * Reduce string allocations from the `link` tag (#8387) ### Minor Enhancements