referenced the wrong issue #

This commit is contained in:
Brian Lopez 2010-08-16 12:39:53 -07:00
parent 91671e0d9a
commit 164ad07332
1 changed files with 1 additions and 1 deletions

View File

@ -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)