add v1.8.0 release notes

This commit is contained in:
Josh Holtrop 2014-10-22 10:31:52 -04:00
parent d9e3129ad5
commit f93ca62c07

View File

@ -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