CHANGELOG.md in luna_park-0.11.0 vs CHANGELOG.md in luna_park-0.11.1
- old
+ new
@@ -2,9 +2,18 @@
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.1] - 2021-05-24
+Added
+- Inheritance of `Extensions::Injector`
+- Guard and meaningfull exceptions for `Extensions::Injector`
+- nil dependencies caching for `Extensions::Injector`
+- `Http::Client` can accept no-response
+Changed
+- `Forms::Simple` now has default behavior of `#perform`, that returns valid params
+
## [0.11.0] - 2021-03-18
Changed
- Rename Interactors to UseCases
- Rename Errors::Adaptive to Errors:Base
- Rename Errors::Processing to Errors::Business