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 5441805 commit cc5a19aCopy full SHA for cc5a19a
CHANGELOG.md
@@ -1,5 +1,16 @@
1
# CHANGELOG
2
3
+## 3.6.0.pre.2 (2024-09-18)
4
+
5
+### Signature updates
6
7
+* `Kernel#class` ([#2017](https://github.com/ruby/rbs/pull/2017))
8
+* `TracePoint#enable` ([#2015](https://github.com/ruby/rbs/pull/2015))
9
10
+### Miscellaneous
11
12
+* Fix type definition and type errors ([#2016](https://github.com/ruby/rbs/pull/2016))
13
14
## 3.6.0.pre.1 (2024-09-17)
15
16
### Signature updates
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- rbs (3.6.0.pre.1)
+ rbs (3.6.0.pre.2)
logger
lib/rbs/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module RBS
- VERSION = "3.6.0.pre.1"
+ VERSION = "3.6.0.pre.2"
end
0 commit comments