Skip to content

v20.2.0

Compare
Choose a tag to compare
@Byron Byron released this 20 Sep 05:33
· 80 commits to main since this release
f49f470

New Features

  • Add Progress::set_max() to set the highgest expected progress value.

Bug Fixes

  • don't reset the shared counter value on init.
    It's possible to re-initialize the progress, and when that's done
    it would detach the counter from previous instances that might have
    been observed by callers to counter(), which is surprising.

Commit Statistics

  • 3 commits contributed to the release.
  • 2 commits were understood as conventional.
  • 0 issues like '(#ID)' where seen in commit messages

Commit Details

view details
  • Uncategorized
    • don't reset the shared counter value on init. (414bc71)
    • Add Progress::set_max() to set the highgest expected progress value. (4904065)
    • make more explicit what is cloned (without altering actual behaviour) (b023efd)