From c7eacbdfcd3c6be246091f08500aff0d9a2351cc Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Mon, 30 Nov 2015 19:58:16 -0800 Subject: [PATCH] Update history to reflect merge of #4150 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index e0f8c769..1bef2ce6 100644 --- a/History.markdown +++ b/History.markdown @@ -14,6 +14,7 @@ * Allow users to use .htm and .xhtml (XHTML5.) (#4160) * Prevent Shell Injection. (#4200) * Convertible should make layout data accessible via `layout` instead of `page` (#4205) + * Avoid using `Dir.glob` with absolute path to allow special characters in the path (#4150) ### Development Fixes