aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2008-07-19 13:56:38 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2008-07-19 13:56:38 -0500
commit706425e154a2a2581195c98309f30a18a0002a58 (patch)
tree2d1269272956d670b87b4934a0bba77e3e2ee163 /actionpack/CHANGELOG
parentc98692abcfd3576ee5fcde3910330d1eb39a18a5 (diff)
downloadrails-706425e154a2a2581195c98309f30a18a0002a58.tar.gz
rails-706425e154a2a2581195c98309f30a18a0002a58.tar.bz2
rails-706425e154a2a2581195c98309f30a18a0002a58.zip
Update Prototype to 1.6.0.2 (Patrick Joyce) [#599 status:committed]
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 f6432fe0be..ebe4c047b8 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Update Prototype to 1.6.0.2 #599 [Patrick Joyce]
+
* Conditional GET utility methods. [Jeremy Kemper]
* etag!([:admin, post, current_user]) sets the ETag response header and returns head(:not_modified) if it matches the If-None-Match request header.
* last_modified!(post.updated_at) sets Last-Modified and returns head(:not_modified) if it's no later than If-Modified-Since.