CHANGELOG in remarkable-3.0.1 vs CHANGELOG in remarkable-3.0.2
- old
+ new
@@ -1,16 +1,16 @@
# v3.0.0
-
-* Added Remarkable::Matchers. Now you can include your Remarkable matchers and
- macros in test unit as well.
-
- class Test::Unit::TestCase
- include Spec::Matchers
- include Remarkable::Matchers
- extend Remarkable::Macros
- end
-
+
+* Added Remarkable::Matchers. Now you can include your Remarkable matchers and
+ macros in test unit as well.
+
+ class Test::Unit::TestCase
+ include Spec::Matchers
+ include Remarkable::Matchers
+ extend Remarkable::Macros
+ end
+
* Added pending and disabled macros
* Added I18n
* Added DSL core structure
* Added macros core structure
-* Added matchers core structure
+* Added matchers core structure