Skip to content

Commit a52ce6b

Browse files
committed
formatting/ordering
1 parent f52299d commit a52ce6b

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

2.13.16.md

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

77
### Breaking change
88

9-
This is a bugfix, but be aware that existing code might, perhaps inadvertently, be relying on the old behavior:
10-
119
* 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
1211

1312
### Compatibility
1413

@@ -17,9 +16,8 @@ This is a bugfix, but be aware that existing code might, perhaps inadvertently,
1716

1817
### REPL
1918

20-
The following upgrades hopefully won't be noticed, but, REPL users on Windows take note:
21-
2219
* 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
2321

2422
### Align with Scala 3
2523

@@ -32,9 +30,9 @@ The following upgrades hopefully won't be noticed, but, REPL users on Windows ta
3230
### Collections
3331

3432
* 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
3634
* 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`
3836

3937
### More changes
4038

0 commit comments

Comments
 (0)