From 9df239f2fd4c2869873ca4df9e52977ba0dbb527 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 7 May 2014 15:59:27 -0400 Subject: [PATCH] Update history to reflect the closing of #2339. --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index d1355f76..652ab072 100644 --- a/History.markdown +++ b/History.markdown @@ -14,6 +14,7 @@ * 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) + * `Jekyll::Filters#time` now accepts UNIX timestamps in string or number form (#2339) ### Development Fixes