From 6d2e6d3c45483085d3a7594ffa563df055c333f8 Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Tue, 26 Apr 2011 22:39:39 -0700 Subject: [PATCH] update changelog for 0.3.0 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78bee4b04..875644409 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 0.3.0 (April 26th, 2011) +* switch to MySQL Connector/C for win32 builds +* win32 bugfixes +* BREAKING CHANGE: the ActiveRecord adapter has been pulled into Rails 3.1 and is no longer part of the gem +* added Mysql2::Client.escape (class-level) for raw one-off non-encoding-aware escaping + ## 0.2.7 (March 28th, 2011) * various fixes for em_mysql2 and fiber usage * use our own Mysql2IndexDefinition class for better compatibility across ActiveRecord versions