aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index a732622b00..69761d16b8 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -16,7 +16,7 @@
* Add option for per-form CSRF tokens.
- *Ben Toews*
+ *Greg Ose & Ben Toews*
* Add tests and documentation for `ActionController::Renderers::use_renderers`.