mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
updates History, prepping for 0.9 release
This commit is contained in:
parent
e1c3b908d5
commit
2606e43f69
1 changed files with 12 additions and 1 deletions
13
History.txt
13
History.txt
|
@ -1,9 +1,20 @@
|
|||
== 0.8.x (in git)
|
||||
== 0.9.0 2012-10-11
|
||||
|
||||
=== New Features
|
||||
|
||||
* New options for AR :truncation for speed. See README for details. (Stanislaw Pankevich)
|
||||
* view caching works with the schema_plus gem loaded
|
||||
* ActiveRecord::ConnectionAdapters::AbstractAdapter#views was renamed to an internal name
|
||||
* ActiveRecord truncation strategy caches the list of tables #130 (Petteri Räty)
|
||||
* Caches AR DB connections which speeds up cleaning with multiple DBs and allows for transation strategy.
|
||||
* MongoDB :truncation strategy (wihtout use of additional library like Mogoid). #138 (Christopher Darrell & Richard Luther/@sidereel)
|
||||
* Add Sequel support for multiple migration storage names in #148 (Jack Chu)
|
||||
* Multiple database support for Mongoid 3 #149 (Luke Francl)
|
||||
|
||||
=== Bug Fixes
|
||||
* :deletion for AR Postgres in JRuby now works #140 (Heiko Seebach)
|
||||
* Rescue LoadError when AR adapters not available. #145 (Garrow Bedrossian)
|
||||
* Fixes DatabaseCleaner::[] to cache cleaners.
|
||||
|
||||
== 0.8.0 2012-06-02
|
||||
|
||||
|
|
Loading…
Reference in a new issue