From 8b6a9d66ec3327d832dc03b267c3f45ebf014403 Mon Sep 17 00:00:00 2001 From: Parker Moore Date: Sat, 10 Jan 2015 00:12:40 -0800 Subject: [PATCH] Update history to reflect merge of #3258 [ci skip] --- History.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/History.markdown b/History.markdown index eed7a5a3..19fe30b8 100644 --- a/History.markdown +++ b/History.markdown @@ -34,6 +34,7 @@ * Switch to shields.io for the README badges. (#3255) * Use `FileList` instead of `Dir.glob` in `site:publish` rake task (#3261) * Fix test script to be platform-independent (#3279) + * Instead of symlinking `/tmp`, create and symlink a local `tmp` in the tests (#3258) ### Site Enhancements