Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 587 Bytes

CHANGELOG.md

File metadata and controls

14 lines (10 loc) · 587 Bytes

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.

Unreleased

5.0.0 - 2018-08-01

Added

  • Started this changelog file.

Changed (since the last release, 4.5.0)

  • For ChartData and ChartEntry, repr now returns object representations instead of pretty-printed representations (use __str__ for those). See #42.