Skip to content

Commit 667b115

Browse files
author
Cache Hamm
committed
Update changelog
1 parent c863e26 commit 667b115

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
#### 6.0. / 2020-12-XX
22
* BREAKING CHANGES
33
* 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.
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. (fixes #235)
5+
* The 'success-events' fact used to store successful events has been converted to an internal data structure and will no longer appear in the almanac's facts. (fixes #187)
56

67
#### 5.3.0 / 2020-12-02
78
* Allow facts to have a value of `undefined`

0 commit comments

Comments
 (0)