aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorAndrew White <pixeltrix@users.noreply.github.com>2015-11-02 13:04:45 +0000
committerAndrew White <pixeltrix@users.noreply.github.com>2015-11-02 13:04:45 +0000
commitc88cda58a9b12a99aa6593034e88f6e5b4e1efbc (patch)
treedb30db13d99ca844f1b818aa4328a96d3325b4c5 /activerecord/CHANGELOG.md
parent57493eae3d45a4253aeb0b4f60239531da9d0446 (diff)
parent6011ab853c0b843e0aa139ca90a5e4ab9ec143c2 (diff)
downloadrails-c88cda58a9b12a99aa6593034e88f6e5b4e1efbc.tar.gz
rails-c88cda58a9b12a99aa6593034e88f6e5b4e1efbc.tar.bz2
rails-c88cda58a9b12a99aa6593034e88f6e5b4e1efbc.zip
Merge pull request #22133 from yui-knk/sanitize_sql_for_order
Define `sanitize_sql_for_order` for AR and use it inside `preprocess_…
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index edd0517c6e..5961e45485 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -1,3 +1,8 @@
+* Define `ActiveRecord::Sanitization.sanitize_sql_for_order` and use it inside
+ `preprocess_order_args`.
+
+ *Yuichiro Kaneko*
+
* Allow bigint with default nil for avoiding auto increment primary key.
*Ryuta Kamizono*