From 8db8b19ea058e98c8615268a0f1eb17896d1a367 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Fri, 1 Aug 2014 23:27:42 -0400 Subject: [PATCH] Update history to reflect merge of #2673 [ci skip] --- History.markdown | 2 ++ 1 file changed, 2 insertions(+) diff --git a/History.markdown b/History.markdown index 5e8b70e5..df36fb0d 100644 --- a/History.markdown +++ b/History.markdown @@ -9,6 +9,8 @@ ### Bug Fixes + * Use non padded config in `strftime` to avoid parse string twice (#2673) + ### Development Fixes * Only include lib files in the gem (#2671)