Skip to content

Commit ee00a49

Browse files
committed
latest from 0.2.x
2 parents 284e4c0 + 2a4a274 commit ee00a49

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.3.5 (June 15th, 2011)
4+
* bug fix for Time/DateTime usage depending on 32/64bit Ruby
5+
36
## 0.3.4 (June 15th, 2011)
47
* fix a long standing bug where a signal would interrupt rb_thread_select and put the connection in a permanently broken state
58
* turn on casting in the ActiveRecord again, users can disable it if they need to for performance reasons

lib/mysql2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Mysql2
2-
VERSION = "0.3.4"
2+
VERSION = "0.3.5"
33
end

0 commit comments

Comments
 (0)