From e792fd473b8d657bb23846d2cc63d0cac16ec9fd Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Wed, 18 Jun 2014 09:15:49 -0400 Subject: [PATCH] add v1.5.0 release notes --- README.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/README.md b/README.md index fbaf7d3..164a9b4 100644 --- a/README.md +++ b/README.md @@ -329,6 +329,19 @@ http://rubydoc.info/github/holtrop/rscons/frames. ## Release Notes +### v1.5.0 + +- add "json" as a runtime dependency +- update construction variables to match SCons more closely + - add CPPDEFPREFIX, INCPREFIX, CPPDEFINES, CCFLAGS, LIBDIRPREFIX, and LIBLINKPREFIX +- add Environment#shell +- add Environment#parse_flags, #parse_flags!, #merge_flags +- unbuffer $stdout by default +- add PROGSUFFIX construction variable (defaults to .exe on MinGW/Cygwin) +- add Rscons::BuildTarget and Builder#create_build_target +- update specs to RSpec 3.x and fix to run on MinGW/Cygwin/Linux +- add YARD documentation to get to 100% coverage + ### v1.4.3 - fix builders properly using construction variable overrides