From 732760367b5c577679f919189623f41cddec8006 Mon Sep 17 00:00:00 2001 From: kares Date: Sun, 14 May 2017 17:09:17 +0200 Subject: [PATCH] fill in change-log - prepare for 1.3.23 --- History.md | 9 +++++++++ lib/arjdbc/version.rb | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/History.md b/History.md index cd6da375e..57b7adb41 100644 --- a/History.md +++ b/History.md @@ -1,3 +1,12 @@ +## 1.3.23 (05/14/17) + +- specify gem 'activerecord' < 5 since 5.x is not supported in 1.3.x +- [postgres] get non-seq id inserts working when insert_returning: false (#716) +- [postgres] previously-deprecated -i switch to pg_dump is no longer supported + (in PostgreSQL 9.5) (#729) +- [postgres] Assume that primary key can be multiple values (#773) +- prevent multiple pushes of the adapter file onto $LOADED_FEATURES + ## 1.3.22 (12/23/16) - [postgres] Fix incorrect postgresql_version when running RC (#717) diff --git a/lib/arjdbc/version.rb b/lib/arjdbc/version.rb index d9eb3ab0b..e265c65e7 100644 --- a/lib/arjdbc/version.rb +++ b/lib/arjdbc/version.rb @@ -1,5 +1,5 @@ module ArJdbc - VERSION = "1.3.22" + VERSION = "1.3.23" # @deprecated module Version # @private 1.2.x compatibility