CHANGELOG.md in luna_park-0.11.6 vs CHANGELOG.md in luna_park-0.11.7
- old
+ new
@@ -2,9 +2,13 @@
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+## [0.11.7] - 2022-10-07
+Changed
+- Added `formatter` to `Notifiers::Log`. Using `format` in initializer is now deprecated.
+
## [0.11.6] - 2021-10-06
Changed
- in `UseCases::Scenario` now abstract method is `#perform` - not `call!`. It is backward-compatible change: `call!` still works as abstract, and public interface was not changed.
Added