updates history

This commit is contained in:
Ben Mabey 2013-05-13 16:03:01 -06:00
parent ee5cd622d0
commit 1809356ee4

View file

@ -6,15 +6,19 @@
* Now supporting (and testing against 2.0.x). * Now supporting (and testing against 2.0.x).
* Adds support for AR 4.0 by using `begin_transaction` (David Chelimsky and Steve Madsen) * Adds support for AR 4.0 by using `begin_transaction` (David Chelimsky and Steve Madsen)
* Adds Rails 4 support for SQLite3Adapter * Adds Rails 4 support for SQLite3Adapter
* Suppport for Moped when used without Mongoid (Cyprian Kowalczyk)
* Redis & Ohm support (Hengbin Qiu, James Conroy-Finn)
* CI Improvements (Jan Vlnas, Murahashi Sanemat Kenichi, Samer Masry, Jordan Hollinger) * CI Improvements (Jan Vlnas, Murahashi Sanemat Kenichi, Samer Masry, Jordan Hollinger)
* README/Documentation improvements (Marcelo Cajueiro, Donald Ball, TJ Chambers, Nick Huanca * README/Documentation improvements (Marcelo Cajueiro, Donald Ball, TJ Chambers, Nick Huanca, Justin Edwards, Ryota Arai)
=== Bug Fixes === Bug Fixes
* Fixes transaction errors when using `after_commit` hooks in AR. * Fixes transaction errors when using `after_commit` hooks in AR.
* Fixes truncation error with SQLite (Daniel White) * Fixes truncation error with SQLite (Daniel White)
* Fixes `pre_count` logic in AR Postgres. (Jordan Hollinger) * Fixes `pre_count` logic in AR Postgres. (Jordan Hollinger)
* Sequel fix to normalize all table names to strings. (Lauri Peltola) * Sequel fix to normalize all table names to strings. (Lauri Peltola)
* #clean_with now works with multiple connections. (John Ferlito)
* Always start a AR transaction to prevent nil errors in AR when rolling back (John Hampton, M.Shibuya)
== 0.9.1 2012-10-11 (0.9.0 was released first but was yanked due to bad gemspec) == 0.9.1 2012-10-11 (0.9.0 was released first but was yanked due to bad gemspec)