mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Release 7.1.1
This commit is contained in:
parent
f91d657c09
commit
09827f361d
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
=== 7.1.1 / 2016-07-27
|
||||||
|
|
||||||
|
* Bug Fixes
|
||||||
|
|
||||||
|
* Fix warning in `Casted#hash`
|
||||||
|
|
||||||
=== 7.1.0 / 2016-07-19
|
=== 7.1.0 / 2016-07-19
|
||||||
|
|
||||||
* Enhancements
|
* Enhancements
|
||||||
|
|
|
@ -21,7 +21,7 @@ require 'arel/delete_manager'
|
||||||
require 'arel/nodes'
|
require 'arel/nodes'
|
||||||
|
|
||||||
module Arel
|
module Arel
|
||||||
VERSION = '7.1.0'
|
VERSION = '7.1.1'
|
||||||
|
|
||||||
def self.sql raw_sql
|
def self.sql raw_sql
|
||||||
Arel::Nodes::SqlLiteral.new raw_sql
|
Arel::Nodes::SqlLiteral.new raw_sql
|
||||||
|
|
Loading…
Reference in a new issue