Skip to content

Commit 96393c5

Browse files
committed
Add .reflections change to release note [skip ci]
[related rails#17718]
1 parent 72e8442 commit 96393c5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

guides/source/4_2_release_notes.md

+3
Original file line numberDiff line numberDiff line change
@@ -630,6 +630,9 @@ Please refer to the [Changelog][active-record] for detailed changes.
630630
631631
### Notable changes
632632
633+
* `ActiveRecord::Base#reflections` now returns a hash with `String` keys instead of `Symbol` keys.
634+
([Pull Request](https://github.com/rails/rails/pull/17718))
635+
633636
* The PostgreSQL adapter now supports the `JSONB` datatype in PostgreSQL 9.4+.
634637
([Pull Request](https://github.com/rails/rails/pull/16220))
635638

0 commit comments

Comments
 (0)