You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+36Lines changed: 36 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,42 @@
2
2
3
3
## master
4
4
5
+
## 3.1.3 (2023-07-31)
6
+
7
+
### Library changes
8
+
9
+
#### rbs collection
10
+
11
+
* Generate gem specific sources in lockfile (Backport [#1402](https://github.com/ruby/rbs/pull/1402))
12
+
13
+
## 3.1.2 (2023-07-27)
14
+
15
+
⚠️ Note that this patch level release may report additional validation errors that is caused by fix of type name resolution ([#1373](https://github.com/ruby/rbs/pull/1373)).
16
+
17
+
### Library changes
18
+
19
+
* Make `TypeNameResolver` more compatible with Ruby (Backport [#1373](https://github.com/ruby/rbs/pull/1373))
20
+
* Fix module alias normalizations (Backport [#1393](https://github.com/ruby/rbs/pull/1393))
0 commit comments