credit.. prepping for 0.6.0 release

This commit is contained in:
Ben Mabey 2010-10-25 11:13:31 -06:00
parent 3967ca6727
commit 6785fa175e
2 changed files with 4 additions and 3 deletions

View file

@ -1,6 +1,6 @@
== 0.6.x (In Git) == 0.6.x (In Git)
== 0.6.0 2010-08-2x - The Multi-ORM/Connection Release == 0.6.0 2010-10-25 - The Multi-ORM/Connection Release
This release has the often asked for functionality of being able to clean This release has the often asked for functionality of being able to clean
multiple databases within the same project. This involves being able to multiple databases within the same project. This involves being able to
@ -19,6 +19,7 @@ of the hours and effort he put into making this feature request a reality.
* Ability to clean multiple DBs managed by different ORMs in same project. (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) * Allows for the ActiveRecord config file (database.yml) to contain ERB and process it. (Fletcher Nichol)
* Mysql2Adapter support. (Kamal Fariz Mahyuddin and John Ferlito) * Mysql2Adapter support. (Kamal Fariz Mahyuddin and John Ferlito)
* Deletion strategy for ActiveRecord (Mikl Kurkov)
=== Bugfixes === Bugfixes
* Updates the DataMapper truncation strategy to version 0.10.3. (Robert Rouse) * Updates the DataMapper truncation strategy to version 0.10.3. (Robert Rouse)

View file

@ -1,6 +1,6 @@
--- ---
:minor: 5 :minor: 6
:patch: 2 :patch: 0
:build: :build:
:major: 0 :major: 0