From 73bacab445326b7b3f21a43ec294863e293b1013 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Mon, 25 May 2009 21:57:44 -0600 Subject: [PATCH] update changelog Also, I'm not 100% satisfied with using text colors for the credit card limit, but I believe this makes a good start. I've added a todo for someone else to come and look into showing the actual amount of credit consumed versus credit available. --- CHANGELOG.rdoc | 2 ++ TODO | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.rdoc b/CHANGELOG.rdoc index 803d0ff..134c051 100644 --- a/CHANGELOG.rdoc +++ b/CHANGELOG.rdoc @@ -1,5 +1,7 @@ === (unreleased) +* Track limit on credit card accounts [Kieran Pilkington] + * Change text on "save" button in event form to reflect edit vs. new [Kieran Pilkington] * Make "BucketWise" in header a link to the root path [Kieran Pilkington] diff --git a/TODO b/TODO index b9486a4..70a2099 100644 --- a/TODO +++ b/TODO @@ -31,3 +31,4 @@ FEATURES that would be nice to have someday (in no particular order) * graphical icons to replace the textual icons for various actions * add/edit transactions from the reconciliation view * statement API +* show percentage of credit limit consumed, rather than simply using text color