CHANGELOG.md in mongoid-minitest-0.0.3 vs CHANGELOG.md in mongoid-minitest-0.0.3.1

- old
+ new

@@ -1,5 +1,5 @@ -### 0.0.3 - 04/14/2012 +### 0.0.3 - 04/15/2012 + Added `have_index_for(indexed_field)` document matcher. + Added `embedded_in(association_name)` association matcher. + Added `embed_many(association_name)` association matcher. + Fixed issue check `association_type` if metadata is not nil.