Update history to reflect merge of #4150

[ci skip]
This commit is contained in:
Parker Moore 2015-11-30 19:58:16 -08:00
parent b90f8e048a
commit c7eacbdfcd
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* Allow users to use .htm and .xhtml (XHTML5.) (#4160) * Allow users to use .htm and .xhtml (XHTML5.) (#4160)
* Prevent Shell Injection. (#4200) * Prevent Shell Injection. (#4200)
* Convertible should make layout data accessible via `layout` instead of `page` (#4205) * 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 ### Development Fixes