You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 2.13.16.md
+22-2Lines changed: 22 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,36 @@ The Scala team at Lightbend is pleased to announce Scala 2.13.16.
4
4
5
5
The following changes are highlights of this release:
6
6
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))
8
12
9
13
### Compatibility
10
14
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))
* Under `-Xsource:3`, deprecate infix named args ([#10857](https://github.com/scala/scala/pull/10857) by [@som-snytt](https://github.com/som-snytt))
27
+
15
28
### Errors and warnings
16
29
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
+
17
37
### More changes
18
38
19
39
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