add v1.3.0 release notes

This commit is contained in:
Josh Holtrop 2014-02-25 12:17:49 -05:00
parent e3aeb7f4d7
commit 031395bb57

View File

@ -243,7 +243,14 @@ http://rubydoc.info/github/holtrop/rscons/frames.
## Release Notes ## 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 ### v1.2.0
- add :clone option to Environment#clone to control exactly which Environment attributes are cloned - add :clone option to Environment#clone to control exactly which Environment attributes are cloned
- allow nil to be passed in to Environment#build_root= - allow nil to be passed in to Environment#build_root=