Skip to content

Commit

Permalink
update files for 0.2.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
brianmario committed Jun 17, 2011
1 parent b257097 commit 130c257
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## 0.2.11 (June 17th, 2011)
* fix bug in Time/DateTime range detection
* (win32) fix bug where the Mysql2::Client object wasn't cleaned up properly if interrupted during a query
* add Mysql2::Result#count (aliased as size) to get the row count for the dataset
this can be especially helpful if you want to get the number of rows without having to inflate
the entire dataset into ruby (since this happens lazily)

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

Expand Down
2 changes: 1 addition & 1 deletion lib/mysql2/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Mysql2
VERSION = "0.2.10"
VERSION = "0.2.11"
end

0 comments on commit 130c257

Please sign in to comment.