v4.7.2
·
273 commits
to refs/heads/main
since this release
Changes
Bug Fixes
- Fix deserialization error when retrieving tasks and none are present. This should not be breaking to any running code, but could cause a type checker error because
from_may need to be checked forNonebefore using now. @sanders41 (#1372)