add release notes in README.md

This commit is contained in:
Josh Holtrop 2014-05-09 10:31:54 -04:00
parent 58b41df426
commit 95da14e029

View File

@ -329,6 +329,15 @@ http://rubydoc.info/github/holtrop/rscons/frames.
## Release Notes
### v1.4.2
- add Environment#expand_path
- expand construction variable references in builder targets and sources before invoking builder
### v1.4.1
- fix invoking a builder with no sources while a build root defined
### v1.4.0
- add CFile builder