diff --git a/History.md b/History.md index 4d420e5f9..91e823513 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,17 @@ +## 1.3.16 (04/13/15) + +- [h2] allow jdbch2 adapter to use jdbc-h2 1.4 (#639) +- [postgres] quote and type_cast should not be overriden on 4.2 +- [postgres] fix table column resolution (slightly align it to our needs) on 4.2 +- [postgres] re-arrange Column internals as some helpers end-up on Adapter in 4.2 +- [mysql] change_column table is redefined on AR 4.2 so that it uses _sql version +- [mysql] more tuning/compatibility backports for AR 4.2 (working booleans #626) +- [mysql] type-map support copy-pasta from AR 4.2 (closer to full compat) (#617) +- [postgres] improved support for Amazon Redshift (based on user feedback #403) +- fixed problem with create table statements with references in MySQL (#629) +- fix RecordNotUnique reference in ArJdbc::SQlite3 (#634) +- [postgres] add support for jsonb column type (#633 #635 #637) + ## 1.3.15 (03/09/15) - [informix] adapter undefined method 'column_types' with Rails 4.x (#622) diff --git a/lib/arjdbc/version.rb b/lib/arjdbc/version.rb index 163eaed70..a715922a4 100644 --- a/lib/arjdbc/version.rb +++ b/lib/arjdbc/version.rb @@ -1,5 +1,5 @@ module ArJdbc - VERSION = "1.3.15" + VERSION = "1.3.16" # @deprecated module Version # @private 1.2.x compatibility