Skip to content

Commit e4c240f

Browse files
committed
Fixes by Seth
1 parent 2eca9fb commit e4c240f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

hand-written.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,18 @@
1-
## Changes
2-
31
Our [benchmarks](https://scala-ci.typesafe.com/grafana/dashboard/db/scala-benchmark?var-branch=2.12.x&from=1501580691158&to=1507711932006) show a further reduction in compile times since 2.12.3 of 5-10%.
42

53
We'd like to highlight a few of the excellent contributions by @hrhino and @TomasMikula:
64
- #5867 Include the parts of a compound/refinement type in implicit scope
75
- #6074 Resolve implicit instances for abstract types, according to the spec
86
- #6069 Higher-kinded type variable unification
97

10-
Improved jdk9 friendliness, with more to come!
8+
Improved Java 9 friendliness, with more to come!
119
- #6097 Fix runtime reflection of empty package members under Java 9
1210
- #6098 Adapt to change in Java 9 classloader hierarchy
1311

1412
For Spark, with love:
1513
- #6101 Make Lazy* classes serializable
1614

17-
Note that named arguments will be simplified in 2.13:
15+
Preparing for simplification of named arguments in 2.13:
1816
- #6089 Deprecate assignments in argument position
1917

2018
Rather than pollute `/tmp`,

0 commit comments

Comments
 (0)