aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorRick Olson <technoweenie@gmail.com>2008-01-02 19:45:53 +0000
committerRick Olson <technoweenie@gmail.com>2008-01-02 19:45:53 +0000
commit744b1d7f4d2df583c77f99a33ae560ad64414c66 (patch)
tree00280705e725244ee992facbd4631a176046995b /actionpack/CHANGELOG
parent4261b837f5a0f34395b168d3697a2c1013a4e5d9 (diff)
downloadrails-744b1d7f4d2df583c77f99a33ae560ad64414c66.tar.gz
rails-744b1d7f4d2df583c77f99a33ae560ad64414c66.tar.bz2
rails-744b1d7f4d2df583c77f99a33ae560ad64414c66.zip
Fix atom_feed_helper to comply with the atom spec. Closes #10672 [xaviershay]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8529 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG7
1 files changed, 7 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index d4668b175a..520e92119f 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,12 @@
*SVN*
+* Fix atom_feed_helper to comply with the atom spec. Closes #10672 [xaviershay]
+
+ * The tags created do not contain a date (http://feedvalidator.org/docs/error/InvalidTAG.html)
+ * IDs are not guaranteed unique
+ * A default self link was not provided, contrary to the documentation
+ * NOTE: This changes tags for existing atom entries, but at least they validate now.
+
* Correct indentation in tests. Closes #10671 [l.guidi]
* Fix that auto_link looks for ='s in url paths (Amazon urls have them). Closes #10640 [bgreenlee]