README.md in rspec-virtus-1.0.0 vs README.md in rspec-virtus-1.0.1

- old
+ new

@@ -19,11 +19,11 @@ ## Usage Here is a sample Virtus object class Post - include Virtus + include Virtus.model attribute :title, String attribute :body, String attribute :comments, Array[String] end @@ -55,7 +55,12 @@ 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request ## Changelog +- Version 1.0.1 + - Remove deprecation notices about legacy matcher syntax + - Add description to match RSpec 3 matchers - Version 1.0.0 - Upgrade syntax to work with Virtus 1.0.x +- Version 0.2.0 + - Upgrade to RSpec 3.0