1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Release 7.1.0

This commit is contained in:
Rafael Mendonça França 2016-07-19 21:56:54 -03:00
parent ecdb1bc375
commit 0d70b57978
No known key found for this signature in database
GPG key ID: FC23B6D0F1EEE948
2 changed files with 4 additions and 2 deletions

View file

@ -1,8 +1,10 @@
=== 7.0.1 / unreleased
=== 7.1.0 / 2016-07-19
* Enhancements
* Support Ruby 2.4 unified Integer class
* Implement `CASE` conditional expression
* Support for Bitwise Operations as `InfixOperations`
=== 7.0.0 / 2015-12-17

View file

@ -21,7 +21,7 @@ require 'arel/delete_manager'
require 'arel/nodes'
module Arel
VERSION = '7.0.1.pre'
VERSION = '7.1.0'
def self.sql raw_sql
Arel::Nodes::SqlLiteral.new raw_sql