History.markdown in rspec-expectations-2.0.0.rc vs History.markdown in rspec-expectations-2.0.0
- old
+ new
@@ -1,6 +1,17 @@
## rspec-expectations release history (incomplete)
+### 2.0.0 / 2010-10-10
+
+[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.0.rc...v2.0.0)
+
+* Enhancements
+ * Add match_for_should_not method to matcher DSL (Myron Marston)
+
+* Bug fixes
+ * respond_to matcher works correctly with should_not with multiple methods (Myron Marston)
+ * include matcher works correctly with should_not with multiple values (Myron Marston)
+
### 2.0.0.rc / 2010-10-05
[full changelog](http://github.com/rspec/rspec-expectations/compare/v2.0.0.beta.22...v2.0.0.rc)
* Enhancements