aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord
diff options
context:
space:
mode:
authorWillian Gustavo Veiga <beberveiga@gmail.com>2018-10-02 16:50:06 -0300
committerWillian Gustavo Veiga <beberveiga@gmail.com>2018-10-02 16:50:06 -0300
commit43eabac605fedae72bd885c1d3861a6d1bfad3e0 (patch)
treee406cb872c5258241f96d10496c6a10c18f8df04 /activerecord
parent2d4df1349efdf8dd2c8cc4503fd5a871b0066500 (diff)
downloadrails-43eabac605fedae72bd885c1d3861a6d1bfad3e0.tar.gz
rails-43eabac605fedae72bd885c1d3861a6d1bfad3e0.tar.bz2
rails-43eabac605fedae72bd885c1d3861a6d1bfad3e0.zip
Add changelog entry
Diffstat (limited to 'activerecord')
-rw-r--r--activerecord/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 96fd6a62c6..6e11ecb2db 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,7 @@
+* Add `reselect` method. This is short-hand for `unscope(:select).select(fields)`.
+
+ *Willian Gustavo Veiga*
+
* Added `index` option for `change_table` migration helpers.
With this change you can create indexes while adding new
columns into the existing tables.