Skip to content

Latest commit

 

History

History
46 lines (28 loc) · 1.22 KB

CHANGELOG.md

File metadata and controls

46 lines (28 loc) · 1.22 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.

0.1.3 - 2022-02-01

Changed

  • Fixed incorrect return type on query.run_query
  • Fixed incorrect type on RealAccount.txn_postings

0.1.2 - 2022-02-01

Added

  • Added stub for beancount.query.query

Changed

  • RealAccount.txn_postings changed from list[Posting] to list[TxnPosting]
  • Return type for fetching from a RealAccount was set
  • Fixed signature for query_execute.execute_query

0.1.1 - 2022-01-28

Changed

  • Adds definitions for NamedTuple initializations
  • Fixes incorrect fields on some types

0.1.0 - 2022-01-28

Added

  • Initial release