From b6607dc8ecf6adb69ebe1c1563cb8f55265e6cb8 Mon Sep 17 00:00:00 2001 From: Luca Guidi Date: Mon, 7 Nov 2022 11:58:28 +0100 Subject: [PATCH] Prepare for v2.0.0.rc1 --- CHANGELOG.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a58f637b..59a0023f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ The web, with simplicity. +## v2.0.0.rc1 - 2022-11-08 + +### Added + +- [Piotr Solnica] Use Zeitwerk to auto-load Hanami +- [Tim Riley] Introduce `Hanami::Slice.stop` to properly shutdown all the application slices + +### Fixed + +- [Luca Guidi] Ensure to properly mount Rack middleware in routing scope and slice +- [Tim Riley] Simplify and clarify usage of `Hanami::Config#enviroment` +- [Tim Riley] Improve error message for missing action class +- [Tim Riley] Expect nested slices to use parent’s namespace + +### Changed + +- [Piotr Solnica] Replace `Hanami::Logger` with `Dry::Logger` +- [Tim Riley] Remove duplicated configuration `config.session` and keep `config.actions.sessions` + ## v2.0.0.beta4 - 2022-10-24 ### Added