From 6d6319799a737383f640892e86857676e5ba1224 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 13 Jun 2017 19:47:55 -0400 Subject: [PATCH] add v1.10.1 release notes --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index 7b7194e..2308e71 100644 --- a/README.md +++ b/README.md @@ -563,6 +563,19 @@ http://rubydoc.info/github/holtrop/rscons/frames. ## Release Notes +### v1.10.1 + +#### New Features + +- #38 - raise error when circular dependencies are found +- #34 - Allow overriding n_threads on a per-Environment level + +#### Fixes + +- #35 - env.build_after should expand paths +- #36 - SHCFLAGS and SHCXXFLAGS should inherit non-SH flags by default +- #37 - Fix non-blocking thread-wait if Rscons.n_threads is set to 0 + ### v1.10.0 #### New Features