From 164ad073328aa74a6d86b203399a3acb5412eb36 Mon Sep 17 00:00:00 2001 From: Brian Lopez Date: Mon, 16 Aug 2010 12:39:53 -0700 Subject: [PATCH] referenced the wrong issue # --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ee7689..c6111ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ * cache various numeric type conversions in hot-spots of the code for a little speed boost * ActiveRecord adapter moved into Rails 3 core ** Don't worry 2.3.x users! We'll either release the adapter as a separate gem, or try to get it into 2.3.9 -* Fix for the "closed MySQL connection" error (GH #34) +* Fix for the "closed MySQL connection" error (GH #31) * Fix for the "can't modify frozen object" error in 1.9.2 (GH #37) * Introduce cascading query and result options (more info in README) * Sequel adapter pulled into core (will be in the next release - 3.15.0 at the time of writing)