aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-12-05 21:06:36 +0000
committerMarcel Molina <marcel@vernix.org>2007-12-05 21:06:36 +0000
commit9ffb6328ea97eb7f5cffb13f902b59122a499575 (patch)
treeb23aea0da89cf76d55b91d8dfcf991a425eccb55 /actionpack/CHANGELOG
parentee6b6073d50799547e9dcbe1aaeacb8976243e48 (diff)
downloadrails-9ffb6328ea97eb7f5cffb13f902b59122a499575.tar.gz
rails-9ffb6328ea97eb7f5cffb13f902b59122a499575.tar.bz2
rails-9ffb6328ea97eb7f5cffb13f902b59122a499575.zip
Enhance documentation coverage for fragment caching. Closes #7315 [bscofield]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@8307 5ecf4fe2-1ee6-0310-87b1-e25e094e27de
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r--actionpack/CHANGELOG4
1 files changed, 4 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG
index f30eba3e18..2bcbe27011 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,9 @@
*SVN*
+* Enhance documentation coverage for fragment caching. Closes #7315 [bscofield]
+
+* Fix typo in number helper docs. Closes #7582 [josh]
+
* Add many examples to PrototypeHelper documentation. Closes #7656 [jeremymcanally]
* Add many examples to assertion documentation. Closes #7803 [jeremymcanally]