From 3fb325998d1bfa55642841d71f73ffa01c925138 Mon Sep 17 00:00:00 2001 From: jekyllbot Date: Wed, 31 Jan 2018 15:55:57 -0500 Subject: [PATCH] Update history to reflect merge of #6732 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index a68078c5..2a0efecd 100644 --- a/History.markdown +++ b/History.markdown @@ -3,6 +3,7 @@ ### Development Fixes * move duplicate code to a single private method (#6593) + * Replace simple regex with a native Ruby method (#6732) ### Minor Enhancements