kotlinx.support v0.3 Release Notes
Release Date: 2016-08-09 // over 8 years agoPrevious changes from v0.2
-
๐ Changes in this release:
- ๐ฆ expose
Throwable.suppressed
as a property, in addition togetSuppressed()
function; - utility extensions for Streams to convert them to
List
andSequence
; - ๐ fix bug #3 with non-local returns in
AutoCloseable.use
.
- ๐ฆ expose