CHANGELOG.md in govuk_app_config-4.0.0.pre.1 vs CHANGELOG.md in govuk_app_config-4.0.0.pre.2
- old
+ new
@@ -1,4 +1,9 @@
+# 4.0.0.pre-2
+
+- Fix default Sentry configuration ([#202](https://github.com/alphagov/govuk_app_config/pull/202)).
+- BREAKING: this means no more `silence_ready` or `transport_failure_callback` options.
+
# 4.0.0.pre-1
- BREAKING: upgrades Sentry gem from `sentry-raven` to `sentry-ruby` ([#199](https://github.com/alphagov/govuk_app_config/pull/199)). There is a **[migration guide](https://docs.sentry.io/platforms/ruby/migration/)** you should follow before upgrading to this version of govuk_app_config.
- This release also fixes the `data_sync_excluded_exceptions` behaviour that has been broken since v3.1.0.
- Released as a pre-release to identify and fix any problems before a wider rollout.