From c77ef87b056adb200baecfc6513e6efee3f4c017 Mon Sep 17 00:00:00 2001 From: Matt Rogers Date: Fri, 14 Feb 2014 12:46:07 -0600 Subject: [PATCH] Update history to reflect merge of #2045 --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 5117d57a..792cdb7c 100644 --- a/History.markdown +++ b/History.markdown @@ -38,6 +38,7 @@ * Adding Breakpoint to make new site template more responsive (#2038) * Default to using the UTF-8 encoding when reading files. (#2031) * Update Redcarpet dependency to ~> 3.1 (#2044) + * Remove support for Ruby 1.9.2 (#2045) ### Bug Fixes * Don't allow nil entries when loading posts (#1796)