CHANGELOG.md in govuk_test-1.0.3 vs CHANGELOG.md in govuk_test-2.0.0
- old
+ new
@@ -5,9 +5,20 @@
- Include a link to your pull request.
- Don't include changes that are purely internal. The CHANGELOG should be a
useful summary for people upgrading their application, not a replication
of the commit log.
+## 2.0.0
+
+* BREAKING: `.configure` no longer accepts options. If you need to modify the
+ headless_chrome selenium driver you can re-register the driver with
+ `Capybara.register_driver`.
+* `GovukTest.headless_chrome_selenium_options` added to allow accessing the
+ headless Chrome selenium options for other contexts (such as configuring
+ Jasmine).
+* `GOVUK_TEST_CHROME_NO_SANDBOX` can be set to default Chrome to be running
+ with the `--no-sandbox` argument.
+
## 1.0.3
* Add Brakeman as a dependency.
## 1.0.2