From 326ab2dfb70f18c3f0e5d9bfafd4f48232ec68f5 Mon Sep 17 00:00:00 2001 From: Ashwin Maroli Date: Thu, 15 Aug 2019 00:12:34 +0530 Subject: [PATCH] Using jekyll-sass-converter 2.0 is a major change --- History.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.markdown b/History.markdown index 885eb807..ca40aba7 100644 --- a/History.markdown +++ b/History.markdown @@ -26,6 +26,7 @@ * Remove Jekyll::Utils#strip_heredoc in favor of a Ruby > 2.3 built in (#7584) * Incorporate `relative_url` within `post_url` tag (#7589) * Remove patch to modify config for kramdown (#7699) + * Use jekyll-sass-converter-2.0 by default (#7778) ### Bug Fixes @@ -175,7 +176,6 @@ * Reduce allocations by using #each_with_object (#7758) * Memoize fallback_data for Drop (#7728) * Use String#end_with? to check if entry is a backup (#7701) - * Use jekyll-sass-converter-2.0 by default (#7778) ### Documentation