Skip to content

Latest commit

 

History

History
56 lines (39 loc) · 2.06 KB

CHANGELOG.md

File metadata and controls

56 lines (39 loc) · 2.06 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

API

The API consists of all public Kotlin types from com.atlassian.performance.tools.io.api and its subpackages:

1.2.0 - 2019-02-07

Added

  • Copy a stream to a path, regardless of the path's existence. Resolve [JPERF-389].

Fixed

  • Stop using the deprecated JRE Kotlin stdlib.

1.1.0 - 2018-09-12

Added

  • Dereference system properties pointing to files.

1.0.0 - 2018-08-28

Changed

  • Define the public API.

Added

  • License.
  • Add this change log.

0.0.1 - 2018-07-30

Added