Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AS CHANGELOG Pass #28173

Merged
merged 1 commit into from
Feb 26, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
6 changes: 3 additions & 3 deletions activesupport/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

* In Core Extensions, make `MarshalWithAutoloading#load` pass through the second, optional
argument for `Marshal#load( source [, proc] )`. This way we don't have to do
`Marshal.method(:load).super_method.call(sourse, proc)` just to be able to pass a proc.
`Marshal.method(:load).super_method.call(source, proc)` just to be able to pass a proc.

*Jeff Latz*

Expand All @@ -20,7 +20,7 @@

*Adam Rice*

* Deprecate `.halt_callback_chains_on_return_false`.
* Deprecate `ActiveSupport.halt_callback_chains_on_return_false`.

*Rafael Mendonça França*

Expand Down Expand Up @@ -83,7 +83,7 @@
duration's numeric value isn't used in calculations, only parts are used.

Methods on `Numeric` like `2.days` now use these predefined durations
to avoid duplicating of duration constants through the codebase and
to avoid duplication of duration constants through the codebase and
eliminate creation of intermediate durations.

*Andrey Novikov, Andrew White*
Expand Down