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 ccf2b28 commit c0d85b9Copy full SHA for c0d85b9
changelogs/3.3.0-RC5.md
@@ -0,0 +1,22 @@
1
+# Backported fixes
2
+
3
+- Remove experimental from `Mirror#fromProductTyped` [#16829](https//github.com/lampepfl/dotty/pull/16829)
4
+- Wunused: Check if symbol exists before `isValidMemberDef` check [#17316](https://github.com/lampepfl/dotty/pull/17316)
5
+- Wunused: Include import selector bounds in unused checks [#17323](https://github.com/lampepfl/dotty/pull/17323)
6
+- Fix compiler crash in WUnused [#17340](https://github.com/lampepfl/dotty/pull/17340)
7
8
+# Contributors
9
10
+Thank you to all the contributors who made this release possible 🎉
11
12
+According to `git shortlog -sn --no-merges 3.3.0-RC4..3.3.0-RC5` these are:
13
14
+```
15
+ 2 Kacper Korban
16
+ 2 Michael Pilquist
17
+ 2 Paweł Marks
18
+ 2 Szymon Rodziewicz
19
+ 1 Matt Bovel
20
21
22
0 commit comments