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.
1 parent d88cfec commit 6d2e6d3Copy full SHA for 6d2e6d3
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 0.3.0 (April 26th, 2011)
4
+* switch to MySQL Connector/C for win32 builds
5
+* win32 bugfixes
6
+* BREAKING CHANGE: the ActiveRecord adapter has been pulled into Rails 3.1 and is no longer part of the gem
7
+* added Mysql2::Client.escape (class-level) for raw one-off non-encoding-aware escaping
8
+
9
## 0.2.7 (March 28th, 2011)
10
* various fixes for em_mysql2 and fiber usage
11
* use our own Mysql2IndexDefinition class for better compatibility across ActiveRecord versions
0 commit comments