We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 284e4c0 + 2a4a274 commit ee00a49Copy full SHA for ee00a49
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.3.5 (June 15th, 2011)
4
+* bug fix for Time/DateTime usage depending on 32/64bit Ruby
5
+
6
## 0.3.4 (June 15th, 2011)
7
* fix a long standing bug where a signal would interrupt rb_thread_select and put the connection in a permanently broken state
8
* turn on casting in the ActiveRecord again, users can disable it if they need to for performance reasons
lib/mysql2/version.rb
@@ -1,3 +1,3 @@
module Mysql2
- VERSION = "0.3.4"
+ VERSION = "0.3.5"
end
0 commit comments