mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Revert "Changelog entry for PR #7560"
This reverts commit ca80067bbe
.
Entry already added in 895233
This commit is contained in:
parent
ca80067bbe
commit
f11fc7308a
1 changed files with 0 additions and 19 deletions
|
@ -1,24 +1,5 @@
|
|||
## Rails 4.0.0 (unreleased) ##
|
||||
|
||||
* Deprecate on the fly monkey patch of objects in AS::Callbacks.
|
||||
This one is probably related to before_filters:
|
||||
|
||||
before_filter MyFilter.new
|
||||
|
||||
class MyFilter
|
||||
def filter(controller)
|
||||
end
|
||||
end
|
||||
|
||||
is now deprecated. Use:
|
||||
|
||||
before_filter MyFilter.new
|
||||
|
||||
class MyFilter
|
||||
def before(controller)
|
||||
end
|
||||
end
|
||||
|
||||
* `ERB::Util.html_escape` encodes single quote as `#39`. Decimal form has better support in old browsers. *Kalys Osmonov*
|
||||
|
||||
* `ActiveSupport::Callbacks`: deprecate monkey patch of object callbacks.
|
||||
|
|
Loading…
Reference in a new issue