Something went wrong on our end
-
Kat Marchán authored
CHANGELOG.md 3.59 KiB
0.4.0 (2021-04-26)
Breaking Changes
Features
- evaluators: Make all evaluators Clone (4d5a5121)
0.3.5 (2021-04-24)
Previously, if a Picker
re-picked the same action, and that action had been
set to Success
or Failure
, it would just keep running the action in that
state until it was time to switch to a different one.
With this version, that behavior is changed, and Failure
and Success
actions that are re-picked will be respawned entirely (not even reused).