From f93ca62c0761cbcafe25c71c04af3f5564648a0f Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 22 Oct 2014 10:31:52 -0400 Subject: [PATCH] add v1.8.0 release notes --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c556f68..52d1a91 100644 --- a/README.md +++ b/README.md @@ -383,6 +383,14 @@ http://rubydoc.info/github/holtrop/rscons/frames. ## Release Notes +### v1.8.0 + +- new Command builder to execute arbitrary user commands +- new SimpleBuilder class + - create new builders quickly by passing a block to Environment#add_builder +- improved YARD documentation +- add Environment#dump to debug Environment construction variables + ### v1.7.0 - allow build hooks to register new build targets