From 23a9db1e4d1cf8f48b8165e39ea89336f8c55d47 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 7 May 2014 15:12:45 -0400 Subject: [PATCH] Update history to reflect the closing of #2324. --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 686c653d..d1355f76 100644 --- a/History.markdown +++ b/History.markdown @@ -13,6 +13,7 @@ * Don't fail if any of the path objects are nil (#2325) * Instantiate all descendants for converters and generators, not just direct subclasses (#2334) + * Replace all instances of `site.name` with `site.title` in site template (#2324) ### Development Fixes