From 32676e9062f5377718d58b9ed109b80fecde5a62 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Tue, 18 Mar 2014 23:07:39 -0500 Subject: [PATCH] Update history to reflect merge of #2155 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index b3a958b8..d94b72ea 100644 --- a/History.markdown +++ b/History.markdown @@ -98,6 +98,7 @@ * Add Japanese translation of README and CONTRIBUTING docs. (#2081) * Re-align the tables in Cucumber (#2108) * Trim trailing spaces and convert tabs to spaces (#2122) + * Fix the failing Travis scenarios due to Cucumber issues (#2155) ### Site Enhancements * Document Kramdown's GFM parser option (#1791)