- Compiler now errors on Java default method calls to Kotlin interface members when targeting JVM 1.6, requiring JVM target 1.8 (breaking change).
- Standard library updates: windowed gains default step=1 and optional partialWindows flag; pairwise is renamed to zipWithNext.
- kotlin.math package introduces comprehensive math APIs (constants, trig, hyperbolic, exponentiation, logarithms, rounding, etc.).