From a757819a9acc4644e1996f5971d256bfad7e137a Mon Sep 17 00:00:00 2001 From: Justin Date: Mon, 27 Apr 2015 18:39:16 -0400 Subject: [PATCH] Update CHANGES * Ignore quoted_table_name in SQL (Gabriel Sobrinho) * Warn about RCE and file access with `open` * Handle array include? guard conditionals * Do not ignore targets of `to_s` in SQL * Add Rake task to exit with error code when fail (masarakki) --- CHANGES | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGES b/CHANGES index 6ebc7e24..dbe0d0f2 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,11 @@ +# Unreleased + +* Ignore quoted_table_name in SQL (Gabriel Sobrinho) +* Warn about RCE and file access with `open` +* Handle array include? guard conditionals +* Do not ignore targets of `to_s` in SQL +* Add Rake task to exit with error code when fail (masarakki) + # 3.0.2 * Alias process methods called in class scope on models -- GitLab