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 de144b0 commit 3e169e5Copy full SHA for 3e169e5
changelog.md
@@ -1,3 +1,12 @@
1
+2.5.1
2
+-----
3
+
4
+* BUGFIX: Fix case where Pathname objects are on the load path [@nateberkopec]
5
+* BUGFIX: Fix bad UTF-8 characters in the URL querystring [@nateberkopec]
6
+* BUGFIX: Fix case where rack-timeout could be required twice [@nateberkopec]
7
8
+* REFACTOR: Slightly cleaner character encoding fixing [@nateberkopec, @bf4]
9
10
2.5.0
11
-----
12
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.0" # rubocop:disable Style/MutableConstant
+ VERSION = "2.5.1" # rubocop:disable Style/MutableConstant
end
0 commit comments