Skip to content

Commit 15527ad

Browse files
author
Cache Hamm
committed
Update changelog for v4
1 parent 531d26d commit 15527ad

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
4.0.0 / 2019-08-22
2+
* BREAKING CHANGES
3+
* `engine.run()` now returns a hash of events and almanac: `{ events: [], almanac: Almanac instance }`. Previously in v3, the `run()` returned the `events` array.
4+
* For example, `const events = await engine.run()` under v3 will need to be changed to `const { events } = await engine.run()` under v4.
5+
6+
17
3.1.0 / 2019-07-19
28
* Feature: `rule.setName()` and `ruleResult.name`
39

0 commit comments

Comments
 (0)