Skip to content

Commit

Permalink
Release 2.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
byroot committed Nov 4, 2024
1 parent 987f59d commit e3a3695
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changes

### 2024-11-04 (2.7.6)

* Fix a regression in JSON.generate when dealing with Hash keys that are string subclasses, call `to_json` on them.

### 2024-10-25 (2.7.5)
Expand Down
2 changes: 1 addition & 1 deletion lib/json/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module JSON
VERSION = '2.7.5'
VERSION = '2.7.6'
end

0 comments on commit e3a3695

Please sign in to comment.