From 2da9eaf91412c92bc8a0bbf2d1874f195b72f759 Mon Sep 17 00:00:00 2001 From: olivia Date: Thu, 15 Feb 2018 12:13:22 +0100 Subject: [PATCH] fix incorrect pull request metadata --- History.markdown | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/History.markdown b/History.markdown index fa1d3791..3f4f7cfa 100644 --- a/History.markdown +++ b/History.markdown @@ -1,10 +1,9 @@ ## HEAD - * Test against Ruby 2.5 on AppVeyor (#6668) - ### Development Fixes * move duplicate code to a single private method (#6593) + * Test against Ruby 2.5 on AppVeyor (#6668) * Replace simple regex with a native Ruby method (#6732) * Codeclimate: exclude livereload.js (#6776)