Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phansys committed Aug 30, 2020
1 parent cd538ed commit b848ede
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.5.0](https://github.com/sonata-project/SonataDashboardBundle/compare/0.4.0...0.5.0) - 2020-08-30
### Added
- [[#240](https://github.com/sonata-project/SonataDashboardBundle/pull/240)] Added support for "symfony/options-resolver:^5.1" ([@phansys](https://github.com/phansys))
- [[#240](https://github.com/sonata-project/SonataDashboardBundle/pull/240)] Added support for "twig/twig:^3.0" ([@phansys](https://github.com/phansys))
- [[#208](https://github.com/sonata-project/SonataDashboardBundle/pull/208)] Add missing symfony dependencies ([@core23](https://github.com/core23))

### Changed
- [[#225](https://github.com/sonata-project/SonataDashboardBundle/pull/225)] SonataEasyExtendsBundle is not used anymore, use SonataDoctrineBundle ([@jordisala1991](https://github.com/jordisala1991))

### Fixed
- [[#208](https://github.com/sonata-project/SonataDashboardBundle/pull/208)] Fix doctrine deprecations ([@core23](https://github.com/core23))

### Removed
- [[#232](https://github.com/sonata-project/SonataDashboardBundle/pull/232)] Remove `sonata-project/notification-bundle` dependency ([@core23](https://github.com/core23))
- [[#225](https://github.com/sonata-project/SonataDashboardBundle/pull/225)] Support for Symfony < 4.4 ([@jordisala1991](https://github.com/jordisala1991))

## [0.4.0](https://github.com/sonata-project/SonataDashboardBundle/compare/0.3.0...0.4.0) - 2020-02-01
### Added
- Added Spanish translations.
Expand Down
4 changes: 2 additions & 2 deletions UPGRADE-0.x.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
UPGRADE 0.x
===========

UPGRADE FROM 0.x to 0.x
========================
UPGRADE FROM 0.4.0 to 0.5.0
===========================

### SonataEasyExtends is replaced by SonataDoctrineBundle

Expand Down

0 comments on commit b848ede

Please sign in to comment.