Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 447 Bytes

CHANGELOG.md

File metadata and controls

16 lines (13 loc) · 447 Bytes

toshl-python - Python client library for Toshl API

CHANGELOG

v0.0.4

  • Add get() method to Account
  • Add create() method to Account
  • Add update() method to Account
  • Add delete() method to Account
  • Add move() method to Account
  • Add reorder() method to Account
  • Add merge() method to Account
  • Add proper testing for ToshlException
  • Improve string representation of ToshlException
  • refactoring: each entity is in a separate module