Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
fix indentation to show it as code
  • Loading branch information
kangkyu committed Feb 1, 2016
1 parent 60b040e commit c4ac23b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actionpack/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -183,11 +183,11 @@
* Accessing mime types via constants like `Mime::HTML` is deprecated. Please
change code like this:

Mime::HTML
Mime::HTML

To this:

Mime[:html]
Mime[:html]

This change is so that Rails will not manage a list of constants, and fixes
an issue where if a type isn't registered you could possibly get the wrong
Expand Down

0 comments on commit c4ac23b

Please sign in to comment.