Skip to content

Commit 8562128

Browse files
committed
Add changelog for 3.3.0-RC3
1 parent f3347db commit 8562128

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

changelogs/3.3.0-RC3.md

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# Backported fixes
2+
3+
- Added jpath check to `ClassLikeSupport` getParentsAsTreeSymbolTuples [#16759](https://github.com/lampepfl/dotty/pull/16759)
4+
- Split out immutable GadtConstraint [#16602](https://github.com/lampepfl/dotty/pull/16602)
5+
- Avoid bidirectional GADT typebounds from fullBounds [#15683](https://github.com/lampepfl/dotty/pull/15683)
6+
- Fix static lazy field holder for GraalVM [#16800](https://github.com/lampepfl/dotty/pull/16800)
7+
- Add support for disabling redirected output in the REPL driver for usage in worksheets in the Scala Plugin for IntelliJ IDEA [#16810](https://github.com/lampepfl/dotty/pull/16810)
8+
- Add missing criterion to subtype check [#16889](https://github.com/lampepfl/dotty/pull/16889)
9+
10+
# Contributors
11+
12+
Thank you to all the contributors who made this release possible 🎉
13+
14+
According to `git shortlog -sn --no-merges 3.3.0-RC2..3.3.0-RC3` these are:
15+
16+
```
17+
7 Dale Wijnand
18+
5 Szymon Rodziewicz
19+
2 Paweł Marks
20+
2 Vasil Vasilev
21+
1 Martin Odersky
22+
1 Mohammad Yousuf Minhaj Zia
23+
```

0 commit comments

Comments
 (0)