Skip to content

Commit

Permalink
add CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nitram509 committed Sep 18, 2022
1 parent 58a9976 commit b7359ea
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@

# CHANGELOG lib-bpmn-engine

## v0.2.4

* support input/output for service task and user task (#2)
* breaking change: ```ActivatedJob``` type is no more using fields, but only function interface
* support for user tasks (BPMN) (#32)
* document how to use timers (#37)
* support adding variables along with publishing messages (#41)
* breaking change in method signature: ```PublishEventForInstance(processInstanceKey int64, messageName string, variables map[string]interface{})``` now requires a variable parameter
* fix two issues with not finding/handling the correct messages (#31)

----

0 comments on commit b7359ea

Please sign in to comment.