CHANGELOG.md in finite_machine-0.13.0 vs CHANGELOG.md in finite_machine-0.14.0

- old
+ new

@@ -1,7 +1,14 @@ # Change Log +## [v0.14.0] - 2020-09-12 + +### Added +* Add ability to declare alias target inside definition +* Add #respond_to_missing? to DSL to check if a given method is supported +* Add current state attribute to StateMachine#inspect + ## [v0.13.0] - 2020-05-13 ### Added * Add sync as a dependency * Add metadata to gemspec @@ -303,9 +310,10 @@ ## [v0.0.1] - 2014-01-10 * Initial release +[v0.14.0]: https://github.com/peter-murach/finite_machine/compare/v0.13.0...v0.14.0 [v0.13.0]: https://github.com/peter-murach/finite_machine/compare/v0.12.1...v0.13.0 [v0.12.1]: https://github.com/peter-murach/finite_machine/compare/v0.12.0...v0.12.1 [v0.12.0]: https://github.com/peter-murach/finite_machine/compare/v0.11.3...v0.12.0 [v0.11.3]: https://github.com/peter-murach/finite_machine/compare/v0.11.2...v0.11.3 [v0.11.2]: https://github.com/peter-murach/finite_machine/compare/v0.11.1...v0.11.2