Skip to content

Commit

Permalink
3.23.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Mar 9, 2021
1 parent 1544811 commit 969dcf7
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [3.23.0](https://github.com/sonata-project/SonataBlockBundle/compare/3.22.1...3.23.0) - 2021-03-09
### Added
- [[#844](https://github.com/sonata-project/SonataBlockBundle/pull/844)] Support for "symfony/asset:^5.2" ([@phansys](https://github.com/phansys))
- [[#844](https://github.com/sonata-project/SonataBlockBundle/pull/844)] Support for "symfony/config:^5.2" ([@phansys](https://github.com/phansys))
- [[#844](https://github.com/sonata-project/SonataBlockBundle/pull/844)] Support for "symfony/dependency-injection:^5.2" ([@phansys](https://github.com/phansys))
- [[#844](https://github.com/sonata-project/SonataBlockBundle/pull/844)] Support for "symfony/http-foundation:^5.2" ([@phansys](https://github.com/phansys))
- [[#844](https://github.com/sonata-project/SonataBlockBundle/pull/844)] Support for "symfony/templating:^5.2" ([@phansys](https://github.com/phansys))

### Changed
- [[#845](https://github.com/sonata-project/SonataBlockBundle/pull/845)] Extend possible return type of `BlockContextInterface::getTemplate()` ([@core23](https://github.com/core23))

## [3.22.1](https://github.com/sonata-project/SonataBlockBundle/compare/3.22.0...3.22.1) - 2021-03-06
### Removed
- [[#841](https://github.com/sonata-project/SonataBlockBundle/pull/841)] Remove `@internal` annotation from `BlockServiceTestCase` class ([@core23](https://github.com/core23))
Expand All @@ -23,7 +34,7 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Removed
- remove SonataCoreBundle dependencies

## [3.19.0](https://github.com/sonata-project/SonataBlockBundle/compare/3.18.4...3.18.5) - 2020-05-08
## [3.19.0](https://github.com/sonata-project/SonataBlockBundle/compare/3.18.5...3.19.0) - 2020-05-08
### Added
- Support for `doctrine/common` 3.

Expand Down

0 comments on commit 969dcf7

Please sign in to comment.