Skip to content

Commit

Permalink
docs, synchronize 4.2. release notes. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
senny committed Nov 6, 2014
1 parent 9c19534 commit 5dd3c3b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions activesupport/CHANGELOG.md
Expand Up @@ -2,12 +2,12 @@

*Pavel Pravosud*

* TimeWithZone#strftime now delegates every directive to Time#strftime except for '%Z',
* `TimeWithZone#strftime` now delegates every directive to `Time#strftime` except for '%Z',
it also now correctly handles escaped '%' characters placed just before time zone related directives.

*Pablo Herrero*

* Corrected Inflector#underscore handling of multiple successive acroynms.
* Corrected `Inflector#underscore` handling of multiple successive acroynms.

*James Le Cuirot*

Expand Down Expand Up @@ -160,7 +160,7 @@

* Fixed `ActiveSupport::Cache::FileStore` exploding with long paths.

*Adam Panzer / Michael Grosser*
*Adam Panzer*, *Michael Grosser*

* Fixed `ActiveSupport::TimeWithZone#-` so precision is not unnecessarily lost
when working with objects with a nanosecond component.
Expand Down
15 changes: 11 additions & 4 deletions guides/source/4_2_release_notes.md
Expand Up @@ -300,6 +300,9 @@ Please refer to the [Changelog][railties] for detailed changes.

### Removals

* The `--skip-action-view` option has been removed from the
app generator. ([Pull Request](https://github.com/rails/rails/pull/17042))

* The `rails application` command has been removed without replacement.
([Pull Request](https://github.com/rails/rails/pull/11616))

Expand Down Expand Up @@ -575,6 +578,10 @@ Please refer to the [Changelog][active-record] for detailed changes.

### Deprecations

* Deprecated `sanitize_sql_hash_for_conditions` without replacement. Using a
`Relation` for performing queries and updates is the prefered API.
([Commit](https://github.com/rails/rails/commit/d5902c9e))

* Deprecated swallowing of errors inside `after_commit` and `after_rollback`.
([Pull Request](https://github.com/rails/rails/pull/16537))

Expand Down Expand Up @@ -753,15 +760,15 @@ Please refer to the [Changelog][active-support] for detailed changes.

### Notable changes

* `Object#try` and `Object#try!` can now be used without an explicit receiver.
([Commit](https://github.com/rails/rails/commit/5e51bdda59c9ba8e5faf86294e3e431bd45f1830),
[Pull Request](https://github.com/rails/rails/pull/17361))

* Introduced new configuration option `active_support.test_order` for
specifying the order test cases are executed. This option currently defaults
to `:sorted` but will be changed to `:random` in Rails 5.0.
([Commit](https://github.com/rails/rails/commit/53e877f7d9291b2bf0b8c425f9e32ef35829f35b))

* `Object#try` and `Object#try!` can now be used without an explicit receiver.
([Commit](https://github.com/rails/rails/commit/5e51bdda59c9ba8e5faf86294e3e431bd45f1830),
[Pull Request](https://github.com/rails/rails/pull/17361))

* The `travel_to` test helper now truncates the `usec` component to 0.
([Commit](https://github.com/rails/rails/commit/9f6e82ee4783e491c20f5244a613fdeb4024beb5))

Expand Down

2 comments on commit 5dd3c3b

@chancancode
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️ 💚 💛 💙 💜

@ww2278646769
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

what's you age?

Please sign in to comment.