diff options
author | Arthur Neves <arthurnn@gmail.com> | 2014-11-24 13:42:30 -0500 |
---|---|---|
committer | Arthur Neves <arthurnn@gmail.com> | 2014-11-24 13:42:30 -0500 |
commit | 96393c53f2de4afd4632a1f7c0e72c8d38e0cdbf (patch) | |
tree | f7e8d980bef66d7557f53633d25b761749650507 /guides | |
parent | 72e8442797b90d865811e39418ef9d49238b193a (diff) | |
download | rails-96393c53f2de4afd4632a1f7c0e72c8d38e0cdbf.tar.gz rails-96393c53f2de4afd4632a1f7c0e72c8d38e0cdbf.tar.bz2 rails-96393c53f2de4afd4632a1f7c0e72c8d38e0cdbf.zip |
Add `.reflections` change to release note [skip ci]
[related #17718]
Diffstat (limited to 'guides')
-rw-r--r-- | guides/source/4_2_release_notes.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/4_2_release_notes.md b/guides/source/4_2_release_notes.md index 60dbb93e55..1ee3bfe0a4 100644 --- a/guides/source/4_2_release_notes.md +++ b/guides/source/4_2_release_notes.md @@ -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)) |