aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJeremy Daer <jeremydaer@gmail.com>2016-04-17 22:34:30 -0700
committerJeremy Daer <jeremydaer@gmail.com>2016-04-17 22:34:30 -0700
commitb3749f31d2d2a9984266cbe61b961eb694961b4a (patch)
treeab54ae4b3892310eccc80b7df8598332d37e5e19
parent781271b3b0337241acde6c90bb54ad4cfae389a1 (diff)
parent88bba86632d107ed9fede05acd49d37c4a70823b (diff)
downloadrails-b3749f31d2d2a9984266cbe61b961eb694961b4a.tar.gz
rails-b3749f31d2d2a9984266cbe61b961eb694961b4a.tar.bz2
rails-b3749f31d2d2a9984266cbe61b961eb694961b4a.zip
Merge pull request #24602 from prathamesh-sonpatki/add-note-about-db-comments-in-release-notes
Add note about ability to add database comments to release notes [ci skip]
-rw-r--r--guides/source/5_0_release_notes.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/guides/source/5_0_release_notes.md b/guides/source/5_0_release_notes.md
index 6351ff57c1..9078e91923 100644
--- a/guides/source/5_0_release_notes.md
+++ b/guides/source/5_0_release_notes.md
@@ -585,6 +585,9 @@ Please refer to the [Changelog][active-record] for detailed changes.
* Added ActiveRecord `#second_to_last` and `#third_to_last` methods.
([Pull Request](https://github.com/rails/rails/pull/23583))
+* Added ability to annotate database objects (tables, columns, indexes)
+ with comments stored in database metadata for PostgreSQL & MySQL.
+ ([Pull Request](https://github.com/rails/rails/pull/22911))
Active Model
------------