Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Edvard Fonsell committed Apr 23, 2020
1 parent 9b0a93e commit 35dfddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
- Throw `IllegalArgumentException` instead of `IllegalStateException` when trying to update workflow instance state to an invalid value.
- Throw `IllegalArugmentException` instead of `RuntimeException` when trying to insert workflow instance with unknown type or with a state that is not a start state.
- Make `StateVariableTooLongException` extend `IllegalArgumentException` instead of `RuntimeException`.
- Add `EngineEnvironmentModule` and `EngineModule` for Guice support
- Add `EngineEnvironmentModule` and `EngineModule` for Guice support. Call `NflowController.start()` and `NflowController.stop()` to start and stop nFlow engine, as `nflow.autostart` and `nflow.autoinit` configuration options are not supported with Guice.
- Dependency updates:
- spring 5.2.5
- jackson 2.10.3
Expand Down

0 comments on commit 35dfddd

Please sign in to comment.