Skip to content

Commit a7663b4

Browse files
committed
0.14.0
1 parent 5f30ec5 commit a7663b4

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

changelog.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.14.0
2+
------
3+
4+
- Correct handling of JRuby stacktraces [dcramer]
5+
- Better handling of unreachable file contexts [dcramer, #335]
6+
- SSL is now default ON [dcramer, #338]
7+
- Capture exceptions in runner tasks [eugeneius, #339]
8+
- ActiveJob integration [lucasmazza, #327]
9+
- Cleanup return values of async blocks [lucasmazza, #344]
10+
- Better handling when sending NaN/Infinity JSON values [Alric, #345]
11+
- Fix issues with digest/md5 namespace [lsb, #346]
12+
113
0.13.3
214
------
315

lib/raven/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Raven
2-
VERSION = "0.13.3"
2+
VERSION = "0.14.0"
33
end

0 commit comments

Comments
 (0)