updates History.txt in prep for 1.0.0 RC release

This commit is contained in:
Ben Mabey 2013-03-04 00:15:06 -07:00
parent 0f6af3efc8
commit 97617cdadd
1 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,21 @@
== 1.0.0 2012-03-xx
=== New Features/Changes
* Dropping support for Ruby 1.8.x; Only 1.9.x and beyond will be supported going forward.
* Now supporting (and testing against 2.0.x).
* Adds support for AR 4.0 by using `begin_transaction` (David Chelimsky and Steve Madsen)
* Adds Rails 4 support for SQLite3Adapter
* CI Improvements (Jan Vlnas, Murahashi Sanemat Kenichi, Samer Masry, Jordan Hollinger)
* README/Documentation improvements (Marcelo Cajueiro, Donald Ball, TJ Chambers, Nick Huanca
=== Bug Fixes
* Fixes transaction errors when using `after_commit` hooks in AR.
* Fixes truncation error with SQLite (Daniel White)
* Fixes `pre_count` logic in AR Postgres. (Jordan Hollinger)
* Sequel fix to normalize all table names to strings. (Lauri Peltola)
== 0.9.1 2012-10-11 (0.9.0 was released first but was yanked due to bad gemspec)
=== New Features