update changelog and upgrade doc

This commit is contained in:
Simon Vieille 2022-03-26 16:08:10 +01:00
parent dfbe32f916
commit 0db44d9043
2 changed files with 13 additions and 0 deletions

View file

@ -1,5 +1,10 @@
## [Unreleased]
### Added
### Fixed
### Changed
## [1.12.0] - 2022-03-26
### Added
* add page maker command (`make:page`)
* add CrudConfiguration::getViewData in complement of CrudConfiguration::getViewDatas

View file

@ -1,3 +1,11 @@
## General process
Upgrade dependencies:
* `composer update`
* `yarn upgrade`
* `make build`
## [Unreleased]
## Upgrade to v1.10.0