Skip to content

Commit 1a7a2e7

Browse files
committed
prepare for 1.3.5 release
1 parent 01f13da commit 1a7a2e7

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

History.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 1.3.5 (01/10/14)
2+
3+
We're now green against Rails 4.1 (master), test and report issues if any.
4+
5+
- improved support for `config[:jndi]` with all supported custom adapters
6+
- [mysql] fix incompatible character encodings: ASCII-8BIT and UTF-8
7+
- rails 4.1 - create_table_definition changed from 3 to 4 parameters (#522)
8+
- [firebird] Insert quotes for blobs to prevent failed inserts on not-null cols
9+
10+
Code Contributors: Ray Zane, Gary S. Weaver
11+
Code Contributors: @rzane, @garysweaver
12+
113
## 1.3.4 (12/12/13)
214

315
- [postgres] unwrap connection instead of casting when adding custom types (#515)

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.4"
2+
VERSION = "1.3.5"
33
# @deprecated
44
module Version
55
# @private 1.2.x compatibility

0 commit comments

Comments
 (0)