CHANGELOG.md in raygun4ruby-2.7.0 vs CHANGELOG.md in raygun4ruby-2.7.1

- old
+ new

@@ -1,5 +1,8 @@ +## 2.7.1 (11/06/2018) + This is a patch release to update the required ruby version to correctly be 2.0 or greater + ## 2.7.0 (19/02/2018) Features - Add configuration option to control network timeouts when sending error reports, default value is 10 seconds ([#129](https://github.com/MindscapeHQ/raygun4ruby/pull/129)) @@ -50,9 +53,11 @@ Bugfixes: - Fix broken handling of raw request body reading in Rack applications ([#116](https://github.com/MindscapeHQ/raygun4ruby/pull/116)) - This is a breaking change to how raw data was being read before so it requires a major version bump - Raw request data reading is now disabled by default and can be enabled via the `record_raw_data` configuration option + +Since this is a major version bump this release also deprecates ruby versions < 2.0 ## 1.5.0 (16/03/2017) Features - Send utcOffset with Raygun payload to calculate local server time in Raygun dashboard ([#112](https://github.com/MindscapeHQ/raygun4ruby/pull/112))