Skip to content

Commit aa9859d

Browse files
author
Cache Hamm
committed
Draft of 6.0.0 changelog
1 parent 9d4acb5 commit aa9859d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### 6.0. / 2020-12-XX
2+
* BREAKING CHANGES
3+
* Private `rule.event` property renamed. Use `rule.getEvent()` to avoid breaking changes in the future.
4+
* Engine and Rule events `on('success')`, `on('failure')`, and Rule callbacks `onSuccess` and `onFailure` now honor returned promises; any event handler that returns a promise will be waited upon to resolve before engine execution continues.
5+
16
#### 5.0.4 / 2020-09-26
27
* Upgrade dependencies to latest
38

0 commit comments

Comments
 (0)