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 c8b9d79 commit 70ebc34Copy full SHA for 70ebc34
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Mechanize CHANGELOG
2
3
+## 2.8.4 / 2022-01-17
4
+
5
+### Fix
6
7
+* `Mechanize::CookieJar#load` calls `Psych.safe_load` when using Psych >= 3.1
8
9
10
## 2.8.3 / 2021-11-11
11
12
### Update
lib/mechanize/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
class Mechanize
- VERSION = "2.8.3"
+ VERSION = "2.8.4"
end
0 commit comments