File tree Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Expand file tree Collapse file tree 2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## HEAD
3
+ ## 0.3.8 (November 9th, 2011)
4
4
* remove fiber support from mysql2, the code has moved to the
5
5
em-synchrony gem.
6
+ * use rb_wait_for_single_fd() if available
7
+ * fixed a bug with inheriting query options
8
+ * remove ext/ from the default loadpath
9
+ * fix build issues on OSX with Xcode 4.2 (gcc-llvm compiler)
6
10
7
11
## 0.3.7 (August 16th, 2011)
8
12
* ensure symbolized column names support encodings in 1.9
40
44
* BREAKING CHANGE: the ActiveRecord adapter has been pulled into Rails 3.1 and is no longer part of the gem
41
45
* added Mysql2::Client.escape (class-level) for raw one-off non-encoding-aware escaping
42
46
47
+ ## 0.2.14 (November 9th, 2011)
48
+ * use rb_wait_for_single_fd() if available
49
+ * fixed a bug with inheriting query options
50
+ * remove ext/ from the default loadpath
51
+ * fix build issues on OSX with Xcode 4.2 (gcc-llvm compiler)
52
+
43
53
## 0.2.13 (August 16th, 2011)
44
54
* fix stupid bug around symbol encoding support (thanks coderrr!)
45
55
Original file line number Diff line number Diff line change 1
1
module Mysql2
2
- VERSION = "0.3.7 "
2
+ VERSION = "0.3.8 "
3
3
end
You can’t perform that action at this time.
0 commit comments