We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c38962c commit b0738a4Copy full SHA for b0738a4
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Mechanize CHANGELOG
2
3
+## 2.10.1 / 2024-06-12
4
+
5
+* Improve page encoding error recovery on pages with broken encoding when used with libxml2 >= 2.12.0. (#644) @flavorjones
6
7
8
## 2.10.0 / 2024-01-22
9
10
* Add `nkf` and `base64` as explicit dependencies, since they are being unbundled in Ruby 3.4. (#634) @flavorjones
lib/mechanize/version.rb
@@ -1,4 +1,4 @@
# frozen_string_literal: true
class Mechanize
- VERSION = "2.10.0"
+ VERSION = "2.10.1"
end
0 commit comments