Skip to content

Commit ec00116

Browse files
committed
wip
1 parent 52d9b82 commit ec00116

File tree

1 file changed

+22
-2
lines changed

1 file changed

+22
-2
lines changed

2.13.16.md

Lines changed: 22 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,36 @@ The Scala team at Lightbend is pleased to announce Scala 2.13.16.
44

55
The following changes are highlights of this release:
66

7-
### Breaking changes
7+
### Breaking change
8+
9+
This is a bugfix, but we're calling special attention to it since it seems especially plausible that existing code might (perhaps inadvertently) be relying on the old behavior:
10+
11+
* On the empty string, `.tail` and `.init` now throw (instead of returning the empty string) ([#10851](https://github.com/scala/scala/pull/10851) by [@sh0hei](https://github.com/sh0hei))
812

913
### Compatibility
1014

11-
### Features
15+
* Support Scala 3.6 in TASTy reader ([#10893](https://github.com/scala/scala/pull/10893))
16+
* Support JDK 24 in optimizer (via ASM upgrade) ([#10888](https://github.com/scala/scala/pull/10888) by [@Philippus](https://github.com/Philippus))
17+
18+
### REPL
19+
20+
* REPL: JLine 3.27.1 (was .0) ([#10899](https://github.com/scala/scala/pull/10899))
21+
* REPL: JLine: stop using deprecated JNA ([#10898](https://github.com/scala/scala/pull/10898))
22+
* REPL: JLine 3.27.0 (was 3.26.3) ([#10882](https://github.com/scala/scala/pull/10882))
1223

1324
### Align with Scala 3
1425

26+
* Under `-Xsource:3`, deprecate infix named args ([#10857](https://github.com/scala/scala/pull/10857) by [@som-snytt](https://github.com/som-snytt))
27+
1528
### Errors and warnings
1629

30+
* Fix 2.13.15-only false positives with `-Wunused:patvars` ([#10870](https://github.com/scala/scala/pull/10870) by [@som-snytt](https://github.com/som-snytt))
31+
32+
### Collections
33+
34+
* Do not use `rangeHash` when `rangeDiff` is 0 ([#10912](https://github.com/scala/scala/pull/10912) by [@Friendseeker](https://github.com/Friendseeker))
35+
* Deprecate mutable.AnyRefMap ([#10862](https://github.com/scala/scala/pull/10862) by [@wangyum](https://github.com/wangyum))
36+
1737
### More changes
1838

1939
For the complete 2.13.16 change lists, see [all merged PRs](https://github.com/scala/scala/pulls?q=is%3Amerged%20milestone%3A2.13.16) and [all closed bugs](https://github.com/scala/bug/issues?utf8=%E2%9C%93&q=is%3Aclosed+milestone%3A2.13.16).

0 commit comments

Comments
 (0)