File tree Expand file tree Collapse file tree 3 files changed +18
-2
lines changed
Expand file tree Collapse file tree 3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## 3.8.0 (2024-12-24)
4+
5+ ### Signature updates
6+
7+ * ` Dir.mktmpdir ` ([ #2158 ] ( https://github.com/ruby/rbs/pull/2158 ) )
8+ * ` File.join ` ([ #2158 ] ( https://github.com/ruby/rbs/pull/2158 ) )
9+ * ` IO#each_line ` ([ #2151 ] ( https://github.com/ruby/rbs/pull/2151 ) )
10+ * ` Kernel#readlines ` ([ #2151 ] ( https://github.com/ruby/rbs/pull/2151 ) )
11+ * ` Ractor.store_if_absent ` ([ #2198 ] ( https://github.com/ruby/rbs/pull/2198 ) )
12+ * Update docs as of 2024-12-24, 16:13 JST ([ #2193 ] ( https://github.com/ruby/rbs/pull/2193 ) )
13+
14+ ### Library changes
15+
16+ * Adjust capacity of location children ([ #2197 ] ( https://github.com/ruby/rbs/pull/2197 ) )
17+ * Should validate self-type on Proc ([ #2192 ] ( https://github.com/ruby/rbs/pull/2192 ) )
18+
319## 3.8.0.pre.1 (2024-12-19)
420
521### Signature updates
Original file line number Diff line number Diff line change 11PATH
22 remote: .
33 specs:
4- rbs (3.8.0.pre.1 )
4+ rbs (3.8.0 )
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.8.0.pre.1 "
4+ VERSION = "3.8.0"
55end
You can’t perform that action at this time.
0 commit comments