Skip to content

Commit d58b291

Browse files
authored
Adding changelog for 1.3.0 (#85)
* Adding changelog for 1.3.0 * Update Configuration.php
1 parent 149076c commit d58b291

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

Changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

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

5+
## 1.3.0
6+
7+
### Added
8+
9+
- Support for PHP7.3
10+
- Support for Symfony 4.2
11+
- Better auto wire support
12+
513
## 1.2.0
614

715
### Added

src/DependencyInjection/Configuration.php

-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ class Configuration implements ConfigurationInterface
2929
*/
3030
public function getConfigTreeBuilder()
3131
{
32-
3332
$treeBuilder = new TreeBuilder('cache_adapter');
3433

3534
if (method_exists($treeBuilder, 'getRootNode')) {
@@ -50,7 +49,6 @@ public function getConfigTreeBuilder()
5049
*/
5150
private function getClustersNode()
5251
{
53-
5452
$treeBuilder = new TreeBuilder('providers');
5553

5654
if (method_exists($treeBuilder, 'getRootNode')) {

0 commit comments

Comments
 (0)