From 4b675aa1ea681f24558602e7a55ebf1948f6ec89 Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Tue, 7 Nov 2017 15:39:59 -0500 Subject: [PATCH] Update history to reflect merge of #6529 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index e74d59b3..4343e46e 100644 --- a/History.markdown +++ b/History.markdown @@ -45,6 +45,7 @@ * 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) + * Refactor method to reduce ABC Metric size (#6529) ### Minor Enhancements