From a416802a896efb09d78b361086638098e41d3cdb Mon Sep 17 00:00:00 2001 From: Jordon Bedwell Date: Fri, 4 Mar 2016 10:27:04 -0600 Subject: [PATCH] Update history.markdown to reflect the merger of #4633 --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 09f41134..d67f4e6d 100644 --- a/History.markdown +++ b/History.markdown @@ -8,6 +8,7 @@ ### Bug Fixes + * Site Template: Added a default lang attribute (#4633) * Site template: Escape title and description where it is used in HTML (#4606) * Document#date: drafts which have no date should use source file mtime (#4611) * Filters#time: clone an input Time so as to be non-destructive (#4590)