From 53ad55a1b296d07763bf6b3ca9dabb894e793a6a Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 21 Feb 2014 18:19:53 -0500 Subject: [PATCH] Update history to reflect merge of #2090 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 65dca784..b31b7df6 100644 --- a/History.markdown +++ b/History.markdown @@ -44,6 +44,7 @@ * 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) + * Remove unnecessary references to `self` (#2090) ### Bug Fixes * Don't allow nil entries when loading posts (#1796)