Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
jbhannah committed Jan 22, 2025
1 parent 615bd00 commit 166b44a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## v1.2.0 (unreleased)

- Add `Transaction.cleared` boolean field.
- Add `RepeatingTransaction.last_cleared` date field. All `Transactions` yielded
will have their `cleared` field set to true if the date is before the value of
`last_cleared`. The same rule applies to `RepeatingTransfer`.
- Add `cleared: bool | None` parameters to `Account` methods, where a non-`None`
value filters account transactions by the given value for `cleared`.

## v1.1.1 (2025-01-13)

- Removed the ability to set a transaction's amount to a callback until I've
Expand Down

0 comments on commit 166b44a

Please sign in to comment.