Skip to content

Commit 82339d7

Browse files
committed
Add 3.1.x changelogs
1 parent 0ff93ec commit 82339d7

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,42 @@
22

33
## master
44

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))
21+
22+
## 3.1.1 (2023-07-18)
23+
24+
### Signature updates
25+
26+
* Removed `GC.verify_transient_heap_internal_consistency` (Backport [#1374](https://github.com/ruby/rbs/pull/1374))
27+
28+
### Library changes
29+
30+
* Relax rdoc version requirement in RDoc plugin (Backport [#1333](https://github.com/ruby/rbs/pull/1333))
31+
32+
#### rbs collection
33+
34+
* Spec may be missing when rbs_collection.yaml declares dependency (Backport [#1378](https://github.com/ruby/rbs/pull/1378))
35+
36+
### Miscellaneous
37+
38+
* Handle connection error with Resolv_test.rb (Backport [#1356](https://github.com/ruby/rbs/pull/1356))
39+
* Fix broken CI (Backport [#1353](https://github.com/ruby/rbs/pull/1353))
40+
541
## 3.1.0 (2023-04-26)
642

743
### Signature updates

0 commit comments

Comments
 (0)