Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 640 Bytes

change-log.md

File metadata and controls

33 lines (18 loc) · 640 Bytes

Change Log

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

[0.3.0] - 2018-10-04

Added

  • ThreadsafeWriter
  • new Sample program with better notes explaining why and how to use ThreadSafeWriter.

Breaking changes

  • Removed default Writer so that there is now only a single ThreadSafeWriter.

[0.2.0] - 2018-10-03

Added

  • First working draft of manually tested ProgressBar.

[0.1.0] - 2018-10-02

Breaking changes

Added

  • draft port of ProgressBar from Konsole repo to dotnet standard.

Changed

Fixed