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.
- Started this changelog file.
- For
ChartData
andChartEntry
,repr
now returns object representations instead of pretty-printed representations (use__str__
for those). See #42.