Skip to content

Commit

Permalink
latest from 0.2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Jun 16, 2011
2 parents 284e4c0 + 2a4a274 commit ee00a49
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## 0.3.5 (June 15th, 2011)
* bug fix for Time/DateTime usage depending on 32/64bit Ruby

## 0.3.4 (June 15th, 2011)
* fix a long standing bug where a signal would interrupt rb_thread_select and put the connection in a permanently broken state
* turn on casting in the ActiveRecord again, users can disable it if they need to for performance reasons
Expand Down
2 changes: 1 addition & 1 deletion lib/mysql2/version.rb
@@ -1,3 +1,3 @@
module Mysql2
VERSION = "0.3.4"
VERSION = "0.3.5"
end

0 comments on commit ee00a49

Please sign in to comment.