We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f30ec5 commit a7663b4Copy full SHA for a7663b4
changelog.md
@@ -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
13
0.13.3
14
------
15
lib/raven/version.rb
@@ -1,3 +1,3 @@
module Raven
- VERSION = "0.13.3"
+ VERSION = "0.14.0"
end
0 commit comments