CHANGELOG in bbq-0.1.0 vs CHANGELOG in bbq-0.2.0
- old
+ new
@@ -1,5 +1,11 @@
+0.2.0
+==================
+
+ * Dropped support for Ruby 1.8.7
+ * Capybara 2.0 support
+
0.1.0 / 2013-01-06
==================
* Extracted Rails' URL helpers inclusion to separate module
* Include only Capybara::Session::DSL_METHODS in TestUser, not the whole Capybara::DSL
@@ -11,12 +17,12 @@
* Fixed Capybara 'within' scope for RSpec flavour
0.0.4 / 2011-10-19
==================
- * Make bbq work with capybara 1.0 and 1.1
- * rails is development dependency
+ * Make Bbq work with Capybara 1.0 and 1.1
+ * Rails is development dependency
0.0.3 / 2011-07-14
==================
* Added support and tests for Sinatra
@@ -30,6 +36,6 @@
* Fix tests for ree and ruby187
0.0.1 / 2011-04-20
==================
- * BBQ introduced to the wild world!
+ * Bbq introduced to the wild world!