From 781e2572983b8a4ff009dc320c58ecacffae0147 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Wed, 2 Apr 2014 14:10:33 -0400 Subject: [PATCH] Update history to reflect merge of #1568 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index 6ae4e785..6f09c037 100644 --- a/History.markdown +++ b/History.markdown @@ -83,6 +83,7 @@ * Remove some code that caused Ruby interpreter warnings (#2178) * Only strip the drive name if it begins the string (#2175) * Remove default post with invalid date from site template (#2200) + * Fix `Post#url` and `Page#url` escape (#1568) ### Development Fixes * Add a link to the site in the README.md file (#1795)