Prepare CHANGELOG entry for v2.0.0.alpha8

This commit is contained in:
Tim Riley 2022-05-18 23:18:27 +10:00
parent a5bd7d25bc
commit 7690927201
1 changed files with 8 additions and 0 deletions

View File

@ -1,6 +1,14 @@
# Hanami::View
View layer for Hanami
## v2.0.0.alpha8 - 2022-05-19
### Added
- [Tim Riley] Access a hash of template locals via accessing `locals` inside any template
### Changed
- [Tim Riley] Removed automatic integration of `Hanami::View` subclasses with their surrounding Hanami application. View base classes within Hanami apps should inherit from `Hanami::Application::View` instead.
## v2.0.0.alpha7 - 2022-03-08
### Added