aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack/CHANGELOG
diff options
context:
space:
mode:
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 f749a09f55..5ec106eb8e 100644
--- a/actionpack/CHANGELOG
+++ b/actionpack/CHANGELOG
@@ -1,5 +1,7 @@
*SVN*
+* Document the :xhr option for verifications. #3666 [leeo]
+
* Added :only and :except controls to skip_before/after_filter just like for when you add filters [DHH]
* Ensure that the instance variables are copied to the template when performing render :update. [Nicholas Seckar]