Skip to content

Commit 7327603

Browse files
committed
fill in change-log - prepare for 1.3.23
1 parent 58305c5 commit 7327603

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

History.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## 1.3.23 (05/14/17)
2+
3+
- specify gem 'activerecord' < 5 since 5.x is not supported in 1.3.x
4+
- [postgres] get non-seq id inserts working when insert_returning: false (#716)
5+
- [postgres] previously-deprecated -i switch to pg_dump is no longer supported
6+
(in PostgreSQL 9.5) (#729)
7+
- [postgres] Assume that primary key can be multiple values (#773)
8+
- prevent multiple pushes of the adapter file onto $LOADED_FEATURES
9+
110
## 1.3.22 (12/23/16)
211

312
- [postgres] Fix incorrect postgresql_version when running RC (#717)

lib/arjdbc/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module ArJdbc
2-
VERSION = "1.3.22"
2+
VERSION = "1.3.23"
33
# @deprecated
44
module Version
55
# @private 1.2.x compatibility

0 commit comments

Comments
 (0)