Skip to content

Commit

Permalink
Adding changelog for 1.3.0 (#85)
Browse files Browse the repository at this point in the history
* Adding changelog for 1.3.0

* Update Configuration.php
  • Loading branch information
Nyholm authored Feb 10, 2019
1 parent 149076c commit d58b291
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

## 1.3.0

### Added

- Support for PHP7.3
- Support for Symfony 4.2
- Better auto wire support

## 1.2.0

### Added
Expand Down
2 changes: 0 additions & 2 deletions src/DependencyInjection/Configuration.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ class Configuration implements ConfigurationInterface
*/
public function getConfigTreeBuilder()
{

$treeBuilder = new TreeBuilder('cache_adapter');

if (method_exists($treeBuilder, 'getRootNode')) {
Expand All @@ -50,7 +49,6 @@ public function getConfigTreeBuilder()
*/
private function getClustersNode()
{

$treeBuilder = new TreeBuilder('providers');

if (method_exists($treeBuilder, 'getRootNode')) {
Expand Down

0 comments on commit d58b291

Please sign in to comment.