From 166796c4480c4dd42eeb500f59836d33cebea299 Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Wed, 30 Sep 2020 02:11:30 -0400 Subject: [PATCH] Update history to reflect merge of #8408 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index f8b16ba9..fb885d46 100644 --- a/History.markdown +++ b/History.markdown @@ -54,6 +54,7 @@ * Reduce string allocations from generating doc URLs (#8392) * Check if site is in incremental mode optimally (#8401) * Handle nil argument to Jekyll.sanitized_path (#8415) + * Compute relative_path of pages using PathManager (#8408) ### Minor Enhancements