We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.reflections
1 parent 72e8442 commit 96393c5Copy full SHA for 96393c5
guides/source/4_2_release_notes.md
@@ -630,6 +630,9 @@ Please refer to the [Changelog][active-record] for detailed changes.
630
631
### Notable changes
632
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
+
636
* The PostgreSQL adapter now supports the `JSONB` datatype in PostgreSQL 9.4+.
637
([Pull Request](https://github.com/rails/rails/pull/16220))
638
0 commit comments