Skip to content

Commit 8080db6

Browse files
committed
Add changelog for 3.8.0-RC3
Signed-off-by: Wojciech Mazur <wmazur@virtuslab.com>
1 parent c5a39bc commit 8080db6

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

changelogs/3.8.0-RC2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Backported chnages
1+
# Backported changes
22

33
- Upgrade ASM to 9.9 for JDK 26 support [#24430](https://github.com/scala/scala3/pull/24430)
44
- Bump Scala CLI to 1.10.1 (was 1.10.0) [#24448](https://github.com/scala/scala3/pull/24448)

changelogs/3.8.0-RC3.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Backported changes
2+
3+
- Fix #24599: Remove `| Null` from implicit BigDecimal conversion similar to BigInt [#24600](https://github.com/scala/scala3/pull/24600)
4+
- Fix #24571: Handling nullable types in convertTo for adapting number constants to target number types [#24580](https://github.com/scala/scala3/pull/24580)
5+
- Fix #24547: Strip inferred retains annotation from Macro/inline call trees [#24560](https://github.com/scala/scala3/pull/24560)
6+
- Allow annotations to annotate themselves [#24447](https://github.com/scala/scala3/pull/24447)
7+
- Allow to generate the documentation of the stdlib [#24574](https://github.com/scala/scala3/pull/24574)
8+
- Avoid blowup of compute times for ill-formed retains [#24564](https://github.com/scala/scala3/pull/24564)
9+
- Cleanups and source compatibility improvements for repl.AbstractFileClassLoader [#24514](https://github.com/scala/scala3/pull/24514)
10+
- Deprecate the content of the `scala.runtime.stdLibPatches` package [#24587](https://github.com/scala/scala3/pull/24587)
11+
- Do not add `scala.util.Properties` as the Main-Class in the Manifest [#24540](https://github.com/scala/scala3/pull/24540)
12+
- Drop `-Yno-stdlib-patches` [#24477](https://github.com/scala/scala3/pull/24477)
13+
- Fix generic signatures for mixin forwarders conflicting type parameter names [#24567](https://github.com/scala/scala3/pull/24567)
14+
- Look at the underlying of a TermRef for a getter [#24565](https://github.com/scala/scala3/pull/24565)
15+
- Make `compilationUnitInfo` of `TastyLoader` lazy [#24604](https://github.com/scala/scala3/pull/24604)
16+
- Make `scala.Predef` capture checked [#24643](https://github.com/scala/scala3/pull/24643)
17+
- Refine parameter adaptation logic for arrays [#23591](https://github.com/scala/scala3/pull/23591)
18+
- Strip CC annotations in TypeMap when CC is not enabled [#24556](https://github.com/scala/scala3/pull/24556)
19+
20+
# Contributors
21+
22+
Thank you to all the contributors who made this release possible 🎉
23+
24+
According to `git shortlog -sn --no-merges 3.8.0-RC2..3.8.0-RC3` these are:
25+
26+
```
27+
22 Hamza Remmal
28+
10 Wojciech Mazur
29+
6 noti0na1
30+
3 Matt Bovel
31+
2 Martin Odersky
32+
1 Oliver Bračevac
33+
```

0 commit comments

Comments
 (0)