From efd9864df6d248a1761d49f326d2219477c1816e Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Mon, 6 Nov 2017 09:36:21 -0500 Subject: [PATCH] Update history to reflect merge of #6525 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index ef611eb4..e74d59b3 100644 --- a/History.markdown +++ b/History.markdown @@ -44,6 +44,7 @@ * Suggest using Rubocop to automatically fix errors (#6514) * Assert raising Psych::SyntaxError when `"strict_front_matter"=>true` (#6520) * [RuboCop] Enable `Style/UnneededCapitalW` cop (#6526) + * Use Kernel#Array instead of explicit Array check (#6525) ### Minor Enhancements