Web Release Notes: October 2, 2018
Release Notes
It’s all about the API today.
- When creating a transfer transaction, or converting an existing transaction to a transfer, we were setting the transfer transaction’s
cleared
attribute to match that of the source transaction. We now set the transfer transaction’scleared
attribute to'uncleared '
to match the behavior of the mobile and web clients. /budgets/:id/categories/:id/transactions
,/budgets/:id/payees/:id/transactions
, and/budgets/:id/accounts/:id/transactions
returntransactions
andsubtransactions
that have the specified category or payee. We were erroneously including somesubtransactions
belonging to deleted transactions. We’ve stopped doing that.