mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Prepare for 9.0.0
This commit is contained in:
parent
b9675aa722
commit
8f1db57f2d
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
=== 9.0.0 / 2017-11-14
|
||||
|
||||
* Enhancements
|
||||
* `InsertManager#insert` is now chainable
|
||||
* Support multiple inserts
|
||||
|
||||
=== 8.0.0 / 2017-02-21
|
||||
|
||||
* Enhancements
|
||||
|
|
|
@ -24,7 +24,7 @@ require 'arel/delete_manager'
|
|||
require 'arel/nodes'
|
||||
|
||||
module Arel
|
||||
VERSION = '9.0.0.alpha'
|
||||
VERSION = '9.0.0'
|
||||
|
||||
def self.sql raw_sql
|
||||
Arel::Nodes::SqlLiteral.new raw_sql
|
||||
|
|
Loading…
Reference in a new issue