CHANGELOG.md in mongoid-minitest-0.1.2 vs CHANGELOG.md in mongoid-minitest-0.1.3.pre

- old
+ new

@@ -1,4 +1,11 @@ +## 0.1.3 - September 8, 2012 + ++ Bump mongoid version to 3.0.5 - *Francesco Rodriguez*. ++ Bump minitest version to 3.4.0 - *Francesco Rodriguez*. ++ Added on option for validation matchers. + Pull Request [#14](https://github.com/frodsan/mongoid-minitest/pull/14) - *Godfrey Chan*. + ## 0.1.2 - August 13, 2012 + Allow passing in a Regex to the validate_format_of matcher. Pull Request [#12](https://github.com/frodsan/mongoid-minitest/pull/12) - *Godfrey Chan*. + Allow non-array values for inclusion/exclusion matchers.