-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
separate CHANGELOG.md and making it discoverable in RubyGems.org
- Loading branch information
Showing
3 changed files
with
23 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
|
||
# Changelog | ||
|
||
## New in the version 3.1.0 | ||
|
||
* [#227](https://github.com/geekq/workflow/pull/227) Allow event arguments to be taken into account when selecting the event | ||
* [#232](https://github.com/geekq/workflow/pull/232) Add ability to include partial workflow definitions for composability | ||
* [#241](https://github.com/geekq/workflow/pull/241) Example for defining workflow dynamically from JSON | ||
|
||
## New in the version 3.0.0 | ||
|
||
* [#228](https://github.com/geekq/workflow/pull/228) Support for Ruby 3 keyword args, provided by @agirling | ||
* retire Ruby 2.6 since it has reached end of live; please use workflow 2.x, if you still depend on that Ruby version | ||
* [#229](https://github.com/geekq/workflow/pull/229) Switch from travis CI to GihHub actions for continuous integration | ||
|
||
## New in the versions 2.x | ||
|
||
* extract persistence adapters, Rails/ActiveRecord integration is now a separate gem | ||
workflow-activerecord |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters