aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/CHANGELOG.md
diff options
context:
space:
mode:
authorGannon McGibbon <gannon.mcgibbon@gmail.com>2018-10-02 12:51:35 -0400
committerGannon McGibbon <gannon.mcgibbon@gmail.com>2018-10-02 12:51:35 -0400
commit004fda35688015350eef6152d0c5dbfa3f26a713 (patch)
tree163313aec683cb062c98971621f958ef9fce659c /activesupport/CHANGELOG.md
parentcf608ee34dd833b0357ef4eefa692db33242d2aa (diff)
downloadrails-004fda35688015350eef6152d0c5dbfa3f26a713.tar.gz
rails-004fda35688015350eef6152d0c5dbfa3f26a713.tar.bz2
rails-004fda35688015350eef6152d0c5dbfa3f26a713.zip
Prefix Module#parent, Module#parents, and Module#parent_name with module
Diffstat (limited to 'activesupport/CHANGELOG.md')
-rw-r--r--activesupport/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activesupport/CHANGELOG.md b/activesupport/CHANGELOG.md
index fd96c46814..c63e00d59c 100644
--- a/activesupport/CHANGELOG.md
+++ b/activesupport/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Rename `Module#parent`, `Module#parents`, and `Module#parent_name` to
+ `module_parent`, `module_parents`, and `module_parent_name`.
+
+ *Gannon McGibbon*
+
* Deprecate using negative limits in `String#first` and `String#last`.
*Gannon McGibbon*, *Eric Turner*