Skip to content

Commit

Permalink
Add .reflections change to release note [skip ci]
Browse files Browse the repository at this point in the history
[related #17718]
  • Loading branch information
arthurnn committed Nov 24, 2014
1 parent 72e8442 commit 96393c5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions guides/source/4_2_release_notes.md
Expand Up @@ -630,6 +630,9 @@ Please refer to the [Changelog][active-record] for detailed changes.

### Notable changes

* `ActiveRecord::Base#reflections` now returns a hash with `String` keys instead of `Symbol` keys.
([Pull Request](https://github.com/rails/rails/pull/17718))

* The PostgreSQL adapter now supports the `JSONB` datatype in PostgreSQL 9.4+.
([Pull Request](https://github.com/rails/rails/pull/16220))

Expand Down

0 comments on commit 96393c5

Please sign in to comment.