File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 3.9.0.pre.2 (2025-03-14)
4+
5+ ### Signature updates
6+
7+ * ` Hash.new ` type ([ #2323 ] ( https://github.com/ruby/rbs/pull/2323 ) )
8+ * ` Module#define_method ` ([ #2325 ] ( https://github.com/ruby/rbs/pull/2325 ) )
9+ * ` Object#define_singleton_method ` ([ #2324 ] ( https://github.com/ruby/rbs/pull/2324 ) )
10+
11+ ### Language updates
12+
13+ * Fix ` define_method ` method block self type ([ #2325 ] ( https://github.com/ruby/rbs/pull/2325 ) )
14+
315## 3.9.0.pre.1 (2025-03-11)
416
517### Signature updates
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- rbs (3.9.0.pre.1 )
4+ rbs (3.9.0.pre.2 )
55 logger
66
77PATH
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module RBS
4- VERSION = "3.9.0.pre.1 "
4+ VERSION = "3.9.0.pre.2 "
55end
You can’t perform that action at this time.
0 commit comments