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
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ The following changes are highlights of this release:
6
6
7
7
### Breaking change
8
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:
9
+
This is a bugfix, but be aware that existing code might, perhaps inadvertently, be relying on the old behavior:
10
10
11
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))
12
12
@@ -17,9 +17,9 @@ This is a bugfix, but we're calling special attention to it since it seems espec
The following upgrades hopefully won't be noticed, but, REPL users on Windows take note:
21
+
22
+
* REPL: JLine 3.27.1 (was 3.26.3) and on Windows use JNA not JNI ([#10899](https://github.com/scala/scala/pull/10899), [#10898](https://github.com/scala/scala/pull/10898), [#10882](https://github.com/scala/scala/pull/10882))
23
23
24
24
### Align with Scala 3
25
25
@@ -32,7 +32,9 @@ This is a bugfix, but we're calling special attention to it since it seems espec
32
32
### Collections
33
33
34
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))
35
+
* This may affect fragile code relying on ordering of hash-based collections
36
+
* Deprecate `collection.mutable.AnyRefMap` ([#10862](https://github.com/scala/scala/pull/10862) by [@wangyum](https://github.com/wangyum))
37
+
* It no longer has any performance advantage over `collection.mutable.HashMap`
0 commit comments