From 4b0d0c3957bcb6dabf39d48a7ea39e5f25cf1d84 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Mon, 17 Feb 2014 16:15:49 -0500 Subject: [PATCH] README: add Release Notes section --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 38376af..cfaf482 100644 --- a/README.md +++ b/README.md @@ -241,6 +241,13 @@ cloned_env["CPPPATH"] << "three" Documentation for the complete Rscons API can be found at http://rubydoc.info/github/holtrop/rscons/frames. +## Release Notes + +### v1.1.0 + +- Change Cache#up_to_date?() and #register_build() to accept a single target + file or an array of target file names + ## Contributing 1. Fork it