Skip to content

v1.0.0-alpha.4

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Sep 19:12

1.0.0-alpha.4 (2022-09-21)

⚠ BREAKING CHANGES

  • Transaction::postings now returns a slice instead of a Vec.
    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 a Vec (17f0795)

Documentation

  • Minor simplification of the root crate example (2b42c5d)