v1.0.0-alpha.4
Pre-release
Pre-release
1.0.0-alpha.4 (2022-09-21)
⚠ BREAKING CHANGES
Transaction::postings
now returns a slice instead of aVec
.
This is to hide the internal collection type, so it may be changed in the future
without breaking the API.
refactor
- make
Transaction::postings
return a slice instead of aVec
(17f0795)
Documentation
- Minor simplification of the root crate example (2b42c5d)