Skip to content

Commit

Permalink
4.16.0 (#1088)
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentLanglet authored Jul 20, 2022
1 parent 5324d34 commit 29b56c8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [4.16.0](https://github.com/sonata-project/SonataBlockBundle/compare/4.15.0...4.16.0) - 2022-07-20
### Added
- [[#1087](https://github.com/sonata-project/SonataBlockBundle/pull/1087)] BlockInterface::addChild() ([@VincentLanglet](https://github.com/VincentLanglet))
- [[#1087](https://github.com/sonata-project/SonataBlockBundle/pull/1087)] BlockInterface::hasChild() ([@VincentLanglet](https://github.com/VincentLanglet))

### Changed
- [[#1087](https://github.com/sonata-project/SonataBlockBundle/pull/1087)] BlockInterface::getChildren() now returns iterable ([@VincentLanglet](https://github.com/VincentLanglet))

### Deprecated
- [[#1087](https://github.com/sonata-project/SonataBlockBundle/pull/1087)] BlockInterface::addChildren() ([@VincentLanglet](https://github.com/VincentLanglet))
- [[#1087](https://github.com/sonata-project/SonataBlockBundle/pull/1087)] BlockInterface::hasChildren() ([@VincentLanglet](https://github.com/VincentLanglet))

## [4.15.0](https://github.com/sonata-project/SonataBlockBundle/compare/4.14.0...4.15.0) - 2022-07-18
### Added
- [[#1080](https://github.com/sonata-project/SonataBlockBundle/pull/1080)] Add lazy description to commands. ([@jordisala1991](https://github.com/jordisala1991))
Expand Down

0 comments on commit 29b56c8

Please sign in to comment.