Skip to content

Commit 8630797

Browse files
committed
wip
1 parent ec00116 commit 8630797

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

2.13.16.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The following changes are highlights of this release:
66

77
### Breaking change
88

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:
1010

1111
* 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))
1212

@@ -17,9 +17,9 @@ This is a bugfix, but we're calling special attention to it since it seems espec
1717

1818
### REPL
1919

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))
20+
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))
2323

2424
### Align with Scala 3
2525

@@ -32,7 +32,9 @@ This is a bugfix, but we're calling special attention to it since it seems espec
3232
### Collections
3333

3434
* 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`
3638

3739
### More changes
3840

0 commit comments

Comments
 (0)