aboutsummaryrefslogtreecommitdiffstats
path: root/guides
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2016-04-18 10:43:21 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2016-04-18 10:43:21 +0530
commit88bba86632d107ed9fede05acd49d37c4a70823b (patch)
tree93ed3bf72fd2806f5a4a518d6dd57a7bd9eebf56 /guides
parent847084e04665b2b1efd02dd82bde2ca2981bae88 (diff)
downloadrails-88bba86632d107ed9fede05acd49d37c4a70823b.tar.gz
rails-88bba86632d107ed9fede05acd49d37c4a70823b.tar.bz2
rails-88bba86632d107ed9fede05acd49d37c4a70823b.zip
Add note about ability to add database comments to release notes [ci skip]
Diffstat (limited to 'guides')
-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
------------