diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..455e7ef --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,10 @@ + +# Change Log + +## [0.7.8] - 2022-09-01 + +### Added + +- Enhanced views - view can be published with command `Kanata\Commands\PublishPluginCommand` and overwritten. +- Added tests to publish command. +- Enhanced helpers - added proxy class that proxy static calls to helper functions, useful to make code elegant and for test mocks. (`Kanata\Services\Helpers`)