Skip to content

Commit

Permalink
v5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martin308 committed Aug 23, 2016
1 parent 5204120 commit 5488fd7
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,28 @@
Changelog
=========

## 5.0.0 (23 August 2016)

### Enhancements

* Remove RoutingError from default ignore classes
| [#308](https://github.com/bugsnag/bugsnag-ruby/issues/308)
* Prefer BUGSNAG_RELEASE_STAGE over RAILS_ENV for release_stage
| [#298](https://github.com/bugsnag/bugsnag-ruby/issues/298)
* Apply grouping hash if method `bugsnag_grouping_hash` is available on the object
| [#318](https://github.com/bugsnag/bugsnag-ruby/issues/318)
| [#311](https://github.com/bugsnag/bugsnag-ruby/issues/311)
* Sidekiq improvements
| [#317](https://github.com/bugsnag/bugsnag-ruby/issues/317)
| [#282](https://github.com/bugsnag/bugsnag-ruby/issues/282)
| [#309](https://github.com/bugsnag/bugsnag-ruby/issues/309)
| [#306](https://github.com/bugsnag/bugsnag-ruby/issues/306)

### Fixes

* Exception backtrace could be empty
| [#307](https://github.com/bugsnag/bugsnag-ruby/issues/307)

## 4.2.1 (23 Jun 2016)

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2.1
5.0.0

0 comments on commit 5488fd7

Please sign in to comment.