aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
authorSean Huber <sean.huber@cox.net>2008-05-29 10:49:38 -0700
committerPratik Naik <pratiknaik@gmail.com>2008-06-04 13:32:53 +0100
commit30a0ebb3eb9fd4c8e4401bcaa4887eb1ce95defa (patch)
tree2d0a36512d6c956b7e64e0e70c78c4da2181917d /actionpack/CHANGELOG
parent82e96eb294ae21528c3e05e91c05c7ee5222afbd (diff)
downloadrails-30a0ebb3eb9fd4c8e4401bcaa4887eb1ce95defa.tar.gz
rails-30a0ebb3eb9fd4c8e4401bcaa4887eb1ce95defa.tar.bz2
rails-30a0ebb3eb9fd4c8e4401bcaa4887eb1ce95defa.zip
Add RJS#page.reload. [#277 state:resolved]
Signed-off-by: Pratik Naik <pratiknaik@gmail.com>
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 861597701c..66af5fd745 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*Edge*
+* Added page.reload functionality. Resolves #277. [Sean Huber]
+
* Fixed Request#remote_ip to only raise hell if the HTTP_CLIENT_IP and HTTP_X_FORWARDED_FOR doesn't match (not just if they're both present) [Mark Imbriaco, Bradford Folkens]
* Allow caches_action to accept a layout option [José Valim]