Skip to content

Commit e5f865c

Browse files
committed
Merge pull request #433 from nateberkopec/0-15-3
0.15.3
2 parents 2a23c63 + df83f6f commit e5f865c

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

changelog.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
0.15.3
2+
------
3+
4+
- Double exception reporting in Rails FIXED! [nateberkopec, #422]
5+
- Rails 3 users having issues with undefined runner fixed [nateberkopec, #428]
6+
- Sidekiq integration works properly when ActiveJob enabled [mattrobenolt]
7+
- Fix problems with invalid UTF-8 in exception messages [nateberkopec, #426]
8+
- Backtraces now consider "exe" directories part of the app [nateberkopec, #420]
9+
- Sinatra::NotFound now ignored by default [drcapulet, #383]
10+
- Release versions now properly set. Support for Heroku, Capistrano, and Git. [iloveitaly #377, Sija #380]
11+
- DelayedJob integration plays well with ActiveJob [kkumler, #378]
12+
- DelayedJob handlers now truncated [nateberkopec, #431]
13+
- Tons of code quality improvements [amatsuda, ddrmanxbxfr, pmbrent, cpizzaia, wdhorton, PepperTeasdale]
14+
115
0.15.2
216
------
317

lib/raven/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Raven
2-
VERSION = "0.16.0.dev0"
2+
VERSION = "0.15.3"
33
end

0 commit comments

Comments
 (0)