adds credit to History- prepping for release

This commit is contained in:
Ben Mabey 2010-08-22 14:29:38 -06:00
parent 1ccdae9453
commit 7e7caf9fe9

View file

@ -1,4 +1,23 @@
0.5.x (In Git)
== 0.6.x (In Git)
== 0.6.0 2010-08-2x - The Multi-ORM/Connection Release
This release has the often asked for functionality of being able to clean
multiple databases within the same project. This involves being able to
clean databases managed by the same ORM (i.e. different connections) and
also being able to clean databases managed by distinct ORMs. So, for
example you can now use DatabaseCleaner on a project that has ActiveRecord
and Mongoid to help ensure all DBs all in a clean state. Please see the
README for more information. The old API has been preserved so this release
is backwards compatible.
This release is a result of Jon Rowe's hard work. Many thanks to Jon for all
of the hours and effort he put into making this feature request a reality.
=== New Features
* Ability to clean multiple database connections managed by the same ORM. (Jon Rowe)
* Ability to clean multiple DBs managed by different ORMs in same project. (Jon Rowe)
* Allows for the ActiveRecord config file (database.yml) to contain ERB and process it. (Fletcher Nichol)
=== Bugfixes
* Updates the DataMapper truncation strategy to version 0.10.3. (Robert Rouse)