@@ -16,15 +16,6 @@ at http://rubygems.org/gems/workflow : select a version (optional,
1616default is latest release), click "Documentation" link. When reading on
1717github.com, the README refers to the upcoming release.
1818
19- **Note: Workflow 2.0 is a major refactoring of the library.
20- For different options/troubleshooting using it with your Rails application see
21- link:#activerecord[State persistence with ActiveRecord].**
22-
23- Note for contributors: it looks like github closed all the pull requests after
24- I had changed the default branch on 2019-01-12. Please check the new refactored
25- workflow 2.0, complementing workflow-activerecord and recreate your pull
26- request if needed.
27-
2819toc::[]
2920
3021What is workflow?
@@ -522,24 +513,16 @@ end
522513Changelog
523514---------
524515
525- ### New in the version 2.0.2
526-
527- * finalize extraction of persistence adapters, remove remodel adapter
516+ === New in the version 3.0.0
528517
529- ### New in the version 2.0.1
518+ * gh-228 Support for Ruby 3 keyword args, provided by @agirling
519+ * retire Ruby 2.6 since it has reached end of live; please use workflow 2.x, if you still depend on that Ruby version
520+ * gh-229 Switch from travis CI to GihHub actions for continuous integration
530521
531- * retire Ruby 2.3 since it has reached end of live
532- * fix #213 ruby-graphiz warnings
522+ ### New in the versions 2.x
533523
534- ### New in the version 2.0.0
535-
536- * extract Rails/ActiveRecord integration into a separate gem
524+ * extract persistence adapters, Rails/ActiveRecord integration is now a separate gem
537525 workflow-activerecord
538- * Remodel integration removed - needs to be a separate gem
539-
540- Special thanks to https://github.com/voltechs[voltechs] for implementing
541- Rails 5 support and helping to revive `workflow`!
542-
543526
544527Support, Participation
545528----------------------
@@ -569,7 +552,7 @@ integration with https://github.com/activeadmin/activeadmin[ActiveAdmin].
569552
570553Author: Vladimir Dobriakov, <https://infrastructure-as-code.de>
571554
572- Copyright (c) 2010-2019 Vladimir Dobriakov and Contributors
555+ Copyright (c) 2010-2022 Vladimir Dobriakov and Contributors
573556
574557Copyright (c) 2008-2009 Vodafone
575558
0 commit comments