From c923eb5c7ccdd795312b614aff729cf12974e073 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 11 Jul 2017 16:14:49 -0400 Subject: [PATCH] add v1.12.0 release notes --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index ef30459..6c1f410 100644 --- a/README.md +++ b/README.md @@ -564,6 +564,18 @@ http://www.rubydoc.info/github/holtrop/rscons/master. ## Release Notes +### v1.12.0 + +#### New Features + +- #40 - env.depends should imply env.build_after +- #41 - be more colorful + +#### Fixes + +- #39 - wait for in-progress subcommands to complete on build failure +- #42 - cloned Environments should inherit n_threads + ### v1.11.1 #### Fixes