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 72bea9d commit d5e4a6eCopy full SHA for d5e4a6e
CHANGES.md
@@ -1,5 +1,7 @@
1
# Changes
2
3
+### 2024-11-14 (2.8.2)
4
+
5
* `JSON.load_file` explictly read the file as UTF-8.
6
7
### 2024-11-06 (2.8.1)
lib/json/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module JSON
- VERSION = '2.8.1'
+ VERSION = '2.8.2'
end
0 commit comments