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 f855f7d commit 9bc345fCopy full SHA for 9bc345f
CHANGELOG.md
@@ -83,6 +83,7 @@ Compatibility:
83
* Modify `Struct#{inspect,to_s}` to match MRI when the struct is nested inside of an anonymous class or module (@st0012, @nirvdrum).
84
* `Fiber.current` and `Fiber#transfer` are available without `require 'fiber'` like in CRuby 3.1 (#2733, @eregon).
85
* Add `freeze` keyword argument to `Marshal.load` (#2733, @andrykonchin).
86
+* Support optional `:in` keyword argument for `Time.now` and `Time.new` (#2733, @andrykonchin).
87
88
Performance:
89
0 commit comments