From e27eae0ad71e0d7778f7a9ac2ccef04ba0b69dc5 Mon Sep 17 00:00:00 2001 From: Craig P Jolicoeur Date: Sat, 24 Apr 2010 23:42:15 -0400 Subject: [PATCH] update docs --- Changelog.txt | 2 +- Todo.txt | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/Changelog.txt b/Changelog.txt index b2bce7f..751300f 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -4,7 +4,7 @@ Bugfixes, publisher and config options updates, ActionMailer gem version requirements * Projects are now sorted when displayed via Cerberus CLI -* Git builder now includes just the full commit message instead of the commit diff +* Git builder now includes just the commit message instead of the commit diff in the publisher output and log file * Updated output/reporting of :setup_script during Manager#run. Results are included in Publisher's formatted_message diff --git a/Todo.txt b/Todo.txt index 47606b0..d460fca 100644 --- a/Todo.txt +++ b/Todo.txt @@ -1,8 +1,9 @@ -================== -| BEFORE RELEASE | -================== +=========================== +| BEFORE RELEASE - v0.7.7 | +=========================== * Cerberus doesn't work with Rails 3.x ActionMailer gems. Either require AM < 3.x or make work with both +* Functional test is not completely passing ==========