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
+4-6Lines changed: 4 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,8 @@ The following changes are highlights of this release:
6
6
7
7
### Breaking change
8
8
9
-
This is a bugfix, but be aware that existing code might, perhaps inadvertently, be relying on the old behavior:
10
-
11
9
* 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))
10
+
* This is a bugfix, but be aware that existing code might, perhaps inadvertently, be relying on the old behavior
12
11
13
12
### Compatibility
14
13
@@ -17,9 +16,8 @@ This is a bugfix, but be aware that existing code might, perhaps inadvertently,
17
16
18
17
### REPL
19
18
20
-
The following upgrades hopefully won't be noticed, but, REPL users on Windows take note:
21
-
22
19
* 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))
20
+
* These upgrades hopefully won't be noticed, but, REPL users on Windows take note
23
21
24
22
### Align with Scala 3
25
23
@@ -32,9 +30,9 @@ The following upgrades hopefully won't be noticed, but, REPL users on Windows ta
32
30
### Collections
33
31
34
32
* Do not use `rangeHash` when `rangeDiff` is 0 ([#10912](https://github.com/scala/scala/pull/10912) by [@Friendseeker](https://github.com/Friendseeker))
35
-
* This may affect fragile code relying on ordering of hash-based collections
33
+
* This may affect fragile code relying on ordering of hash-based collections
36
34
* 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`
35
+
* It no longer has any performance advantage over `collection.mutable.HashMap`
0 commit comments