aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG
diff options
context:
space:
mode:
authorSam Stephenson <sam@37signals.com>2005-10-15 15:34:09 +0000
committerSam Stephenson <sam@37signals.com>2005-10-15 15:34:09 +0000
commit10714869dcf1b86eccfc230629a9842e36996996 (patch)
tree057c7c8ca8385c67c2f40d7cde61025f26db14b0 /activerecord/CHANGELOG
parent8cfcc04d08860dcff16a97901acc1538e4cf6e20 (diff)
downloadrails-10714869dcf1b86eccfc230629a9842e36996996.tar.gz
rails-10714869dcf1b86eccfc230629a9842e36996996.tar.bz2
rails-10714869dcf1b86eccfc230629a9842e36996996.zip
Change default logging colors to work on both white and black backgrounds.
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@2614 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'activerecord/CHANGELOG')
-rw-r--r--activerecord/CHANGELOG3
1 files changed, 3 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG b/activerecord/CHANGELOG
index 7fc4162bcc..908548d536 100644
--- a/activerecord/CHANGELOG
+++ b/activerecord/CHANGELOG
@@ -1,4 +1,7 @@
*SVN*
+
+* Change default logging colors to work on both white and black backgrounds. [Sam Stephenson]
+
* YAML fixtures support ordered hashes for fixtures with foreign key dependencies in the same table. #1896 [purestorm@ggnore.net]
* :dependent now accepts :nullify option. Sets the foreign key of the related objects to NULL instead of deleting them. #2015 [Robby Russell <robby@planetargon.com>]