From 8f0146c56468bee05d908807d79c9c120073716d Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 7 May 2014 15:00:30 -0400 Subject: [PATCH] Update history to reflect fixing of #2334. --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index 1b43ae95..636e208b 100644 --- a/History.markdown +++ b/History.markdown @@ -11,6 +11,8 @@ * Update gist tag comments and error message to require username (#2326) * Fix `permalink` setting in site template (#2331) * Don't fail if any of the path objects are nil (#2325) + * Instantiate all descendants for converters and generators, not just + direct subclasses (#2334) ### Development Fixes