From 031395bb5775a849bb83739deb193f6203cc7ade Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Tue, 25 Feb 2014 12:17:49 -0500 Subject: [PATCH] add v1.3.0 release notes --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 7f234c8..31aed64 100644 --- a/README.md +++ b/README.md @@ -243,7 +243,14 @@ http://rubydoc.info/github/holtrop/rscons/frames. ## Release Notes +### v1.3.0 + +- change Environment#execute() options parameter to accept the following options keys: + - :env to pass an environment Hash to Kernel#system + - :options to pass an options Hash to Kernel#system + ### v1.2.0 + - add :clone option to Environment#clone to control exactly which Environment attributes are cloned - allow nil to be passed in to Environment#build_root=