From 07725581e9b77cd07a7cc2e6ca0335fae7e5fe82 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Thu, 25 Sep 2014 11:34:37 -0400 Subject: [PATCH] add v1.7.0 release notes --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index f81f6fd..f654bf8 100644 --- a/README.md +++ b/README.md @@ -345,6 +345,13 @@ http://rubydoc.info/github/holtrop/rscons/frames. ## Release Notes +### v1.7.0 + +- allow build hooks to register new build targets +- add post-build hooks (register with Environment#add_post_build_hook) +- clear all build targets after processing an Environment +- allow trailing slashes in arguments to Environment#build_dir + ### v1.6.1 - add DEPFILESUFFIX construction variable to override dependency file suffix