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 2570138 commit cb97cdaCopy full SHA for cb97cda
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## 3.16.6 - 2024-09-09
4
+
5
+- Fixed issue with Rails 7.2 that changed the order of calls to to_json and as_json.
6
7
## 3.16.5 - 2024-08-07
8
9
- Fixed Oj::Parser so that block procedures work correctly.
lib/oj/version.rb
@@ -1,4 +1,4 @@
module Oj
# Current version of the module.
- VERSION = '3.16.5'
+ VERSION = '3.16.6'
end
0 commit comments