aboutsummaryrefslogtreecommitdiffstats
path: root/railties/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2009-12-27 17:48:11 -0800
committerDavid Heinemeier Hansson <david@loudthinking.com>2009-12-27 17:48:11 -0800
commita642edbef31fe96fad488accf0052653c573e8db (patch)
tree78286e732f8b4bea05621db0c33d8417fc6169e2 /railties/CHANGELOG
parentf095e6f59dacb9156a71889e8acbe9be8bdc1582 (diff)
downloadrails-a642edbef31fe96fad488accf0052653c573e8db.tar.gz
rails-a642edbef31fe96fad488accf0052653c573e8db.tar.bz2
rails-a642edbef31fe96fad488accf0052653c573e8db.zip
Added default .gitignore (this is just recognizing Git market share, don't throw a hissy if you use another SCM) [DHH]
Diffstat (limited to 'railties/CHANGELOG')
-rw-r--r--railties/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/railties/CHANGELOG b/railties/CHANGELOG
index 9ef2922133..0bc1ea32bc 100644
--- a/railties/CHANGELOG
+++ b/railties/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Added default .gitignore (this is just recognizing Git market share, don't throw a hissy if you use another SCM) [DHH]
+
* Added cookies.permanent, cookies.signed, and cookies.permanent.signed accessor for common cookie actions [DHH]. Examples:
cookies.permanent[:prefers_open_id] = true