aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2007-09-21 22:17:35 +0000
committerDavid Heinemeier Hansson <david@loudthinking.com>2007-09-21 22:17:35 +0000
commit8b2439e5e42fa8fa8e74538938eed186a0258b4a (patch)
tree508634a386a05e7629a6fa306f21f9ca5a4a7b8e /actionpack/CHANGELOG
parent9b468f4cd7daa9f1e8122938e6c2c5b8bf235a5f (diff)
downloadrails-8b2439e5e42fa8fa8e74538938eed186a0258b4a.tar.gz
rails-8b2439e5e42fa8fa8e74538938eed186a0258b4a.tar.bz2
rails-8b2439e5e42fa8fa8e74538938eed186a0258b4a.zip
Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@7529 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG2
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index f53bf22853..202ddba8ab 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Added AtomFeedHelper (slightly improved from the atom_feed_helper plugin) [DHH]
+
* Prevent errors when generating routes for uncountable resources, (i.e. sheep where plural == singluar). map.resources :sheep now creates sheep_index_url for the collection and sheep_url for the specific item. [Koz]
* Added support for HTTP Only cookies (works in IE6+ and FF 2.0.5+) as an improvement for XSS attacks #8895 [lifo/Spakman]