diff options
Diffstat (limited to 'actionpack/CHANGELOG')
-rw-r--r-- | actionpack/CHANGELOG | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 49d26b87a4..89bd679114 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -1,5 +1,7 @@ *SVN* +* Fixed "bad environment variable value" exception caused by Safari, Apache, and Ajax calls #918 + * Fixed that pagination_helper would ignore :params #947 [Sebastian Kanthak] * Added :owerwrite_params back to url_for and friends -- it was AWL since the introduction of Routes #921 [raphinou] |