Skip to content

Commit

Permalink
Update CHANGELOG for 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imjp94 committed Oct 24, 2020
1 parent c6973bb commit 37ff8ad
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## 0.2.0

- Improves
- Cleaner emission of signal by `StateMachinePlayer`
- Add `autostart` property to `StateMachinePlayer`
- Auto disable `StateMachinePlayer` when exit
- `StackMachinePlayer` lock update by default
- Bugfixes:
- Fix `StateMachinePlayer` doesn't transit after reset
- Refactor
- Move transitions list from `State` to `StateMachine`
- Rename `StackPlayer` signal `changed(from, to)` to `current_changed(from, to)`

## 0.1.0

- Features:
Expand Down

0 comments on commit 37ff8ad

Please sign in to comment.