Skip to content

Commit

Permalink
Update actionpack/CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
josevalim committed May 6, 2012
1 parent 13811ee commit c02846f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion actionpack/CHANGELOG.md
@@ -1,5 +1,9 @@
## Rails 4.0.0 (unreleased) ## ## Rails 4.0.0 (unreleased) ##


* `respond_to` and `respond_with` now raise ActionController::UnknownFormat instead
of directly returning head 406. The exception is rescued and converted to 406
in the exception handling middleware. *Steven Soroka*

* Allows `assert_redirected_to` to match against a regular expression. *Andy Lindeman* * Allows `assert_redirected_to` to match against a regular expression. *Andy Lindeman*


* Add backtrace to development routing error page. *Richard Schneeman* * Add backtrace to development routing error page. *Richard Schneeman*
Expand All @@ -12,7 +16,7 @@
* Make current object and counter (when it applies) variables accessible when * Make current object and counter (when it applies) variables accessible when
rendering templates with :object / :collection. *Carlos Antonio da Silva* rendering templates with :object / :collection. *Carlos Antonio da Silva*


* JSONP now uses mimetype application/javascript instead of application/json *omjokine* * JSONP now uses mimetype application/javascript instead of application/json. *omjokine*


* Allow to lazy load `default_form_builder` by passing a `String` instead of a constant. *Piotr Sarnacki* * Allow to lazy load `default_form_builder` by passing a `String` instead of a constant. *Piotr Sarnacki*


Expand Down

0 comments on commit c02846f

Please sign in to comment.