aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorMarcel Molina <marcel@vernix.org>2007-05-06 04:55:16 +0000
committerMarcel Molina <marcel@vernix.org>2007-05-06 04:55:16 +0000
commit06cd7b0906c0b6c7c7e60ee329439ae694744134 (patch)
tree12f91bbea185effe4aafdf734ec916b16359e75e /actionpack/CHANGELOG
parent4e51123a010db2e58e9dd23147be63cee963bf2d (diff)
downloadrails-06cd7b0906c0b6c7c7e60ee329439ae694744134.tar.gz
rails-06cd7b0906c0b6c7c7e60ee329439ae694744134.tar.bz2
rails-06cd7b0906c0b6c7c7e60ee329439ae694744134.zip
Add brief introduction to REST to the resources documentation. Closes #8100. [fearoffish]
git-svn-id: http://svn-commit.rubyonrails.org/rails/trunk@6681 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 4f3797de3d..0e4bfad3f3 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Add brief introduction to REST to the resources documentation. [fearoffish]
+
* Fix various documentation typos throughout ActionPack. [Henrik N]
* Enhance documentation and add examples for url_for. [jeremymcanally]