summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6788b35..888f359f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2013-11-29 Jay Berkenbilt <ejb@ql.org>
+ * Add /FS to msvc builds to allow parallel builds to work with
+ Visual C++ 2013.
+
* Add missing #include <algorithm> in some files that use std::min
and std::max.