From dbc20b787df10833494781c2fec880d87e930b84 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 8 Jul 2013 19:58:06 +0200 Subject: [PATCH] Update history to reflect merge of #1271. --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 8b64f7bd..a1769ac1 100644 --- a/History.markdown +++ b/History.markdown @@ -17,6 +17,7 @@ * Fix an issue with directories and permalinks that have a plus sign (+) in them (#1215) * Provide better error reporting when generating sites (#1253) + * Latest posts first in non-LSI `related_posts` (#1271) ### Development Fixes * Merge the theme and layout cucumber steps into one step (#1151)