From 16d9e256841e9ed26dcf52785f4ac9c565adab61 Mon Sep 17 00:00:00 2001 From: boots Date: Tue, 20 Jun 2006 16:50:41 +0000 Subject: [PATCH] emulate %l in the date_format modifier on windows thanks to Gibberish from the forums for reporting this --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 06878567..9d4f4e6d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,4 @@ +- emulate %l in the date_format modifier on windows (boots) - fix handling of apostrophes in capitalize modifier (Alec Smecher, boots) Version 2.6.14 (May 28th, 2006)