History.rdoc in rspec-1.2.1 vs History.rdoc in rspec-1.2.2
- old
+ new
@@ -1,5 +1,19 @@
+=== Version 1.2.2 / 2009-03-22
+
+Bug-fix release (fixes regression introduced in 1.2.1)
+
+* bug fixes
+
+ * fixed bug in which spec_parser raised an error for custom example group
+ base classes
+
=== Version 1.2.1 / 2009-03-22
+
+This is a bug-fix release, recommended for anybody who has already upgraded to
+rspec-1.2.0.
+
+See Upgrade.rdoc for information about upgrading to rspec-1.2.1
* enhancments
* matchers, including the new DSL, easily added to your test/unit tests
* added support for 0 to n args in matcher DSL