Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
giusdp committed Jan 17, 2024
1 parent 88d2a48 commit 46b0da2
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,21 @@
- Add `ChoiceNode` component to store the choices of a node
- Add `JoinNode` component for the join node kind
- Add `LeaveNode` component for the leave node kind
- Add `StartNode` and `EndNode` components for the start and end node kinds
- Add `with_component` and `empty_node` methods to `TalkBuilder`
- Add `RefireNodeRequest` event to refire a node's events

### Changed

- Set `CurrentNode` visibility to public
- Remove component derive on `NodeKind`

- Builder adds the XNode components with the methods
- Builder now adds the components to the node entities instead of checking NodeKind
- `NextActionRequest` renamed to `NextNodeRequest`
- `ChooseActionRequest` renamed to `ChooseNodeRequest`

### Removed

- Component derive on `NodeKind`

## 0.4.0 - 2024-02-02

Expand Down

0 comments on commit 46b0da2

Please sign in to comment.