Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
imjoehaines committed Sep 30, 2021
1 parent efd9f78 commit 92ecb9b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,13 @@ Changelog
| [#699](https://github.com/bugsnag/bugsnag-ruby/pull/699)
* Add `cookies`, `body` and `httpVersion` to the automatically captured request data for Rack apps
| [#700](https://github.com/bugsnag/bugsnag-ruby/pull/700)
* Add `Configuration#endpoints` for reading the notify and sessions endpoints and `Configuration#endpoints=` for setting them
| [#701](https://github.com/bugsnag/bugsnag-ruby/pull/701)

### Deprecated

* In the next major release, `params` will only contain query string parameters. Currently it also contains the request body for form data requests, but this is deprecated in favour of the new `body` property
* The `Configuration#set_endpoints` method is now deprecated in favour of `Configuration#endpoints=`

## v6.23.0 (21 September 2021)

Expand Down

0 comments on commit 92ecb9b

Please sign in to comment.