From b1812e77112e5740bd71d337a3da3521ccca401d Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 19 Feb 2014 00:13:24 -0500 Subject: [PATCH] Move Kramdown version bump to Minor Enhancements section. Closes #2069. --- History.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/History.markdown b/History.markdown index a404e13a..001dae57 100644 --- a/History.markdown +++ b/History.markdown @@ -42,6 +42,7 @@ * Add `.mkdown` as valid Markdown extension (#2048) * Add `index.xml` to the list of WEBrick directory index files (#2041) * Make the `layouts` config key relative to CWD or to source (#2058) + * Update Kramdown to `~> 1.3` (#1894) ### Bug Fixes * Don't allow nil entries when loading posts (#1796) @@ -65,7 +66,6 @@ * Add a link to the site in the README.md file (#1795) * Add in History and site changes from `v1-stable` branch (#1836) * Testing additions on the Excerpt class (#1893) - * Update Kramdown to `~> 1.3` (#1894) * Fix the `highlight` tag feature (#1859) * Test Jekyll under Ruby 2.1.0 (#1900) * Add script/cibuild for fun and profit (#1912)