We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a45563b commit 80bdddbCopy full SHA for 80bdddb
changelog.md
@@ -1,3 +1,11 @@
1
+2.5.2
2
+-----
3
+
4
+* BUGFIX: raven test executable should be available [#691, @nateberkopec]
5
+* BUGFIX: Fix stack overflow when calling Backtrace#inspect [#690, @nateberkopec]
6
7
+* KNOWN ISSUE: Character encoding errors [#689]
8
9
2.5.1
10
-----
11
lib/raven/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Raven
# Freezing this constant breaks in 1.9.x
- VERSION = "2.5.1" # rubocop:disable Style/MutableConstant
+ VERSION = "2.5.2" # rubocop:disable Style/MutableConstant
end
0 commit comments