Skip to content

Commit d578ed2

Browse files
committed
Update CHANGELOG
1 parent 9b8d2e5 commit d578ed2

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1212
- `ExpressionValues` to enable resolution of route parameter values via expressions by @HypeMC
1313
in https://github.com/sofascore/purgatory-bundle/pull/112
1414

15+
### Changed
16+
17+
- Method `AbstractValues::toArray()` is now `final` by @Brajk19
18+
in https://github.com/sofascore/purgatory-bundle/pull/130
19+
- Method `AbstractValues::getValues()` is now `protected` by @Brajk19
20+
in https://github.com/sofascore/purgatory-bundle/pull/130
21+
- Rename second constructor argument in `DynamicValues` to `$propertyPath` by @Brajk19
22+
in https://github.com/sofascore/purgatory-bundle/pull/130
23+
1524
### Removed
1625

1726
- Symfony v5 support by @HypeMC in https://github.com/sofascore/purgatory-bundle/pull/128
1827
- `InverseValuesAwareInterface`, use dedicated builder services instead by @HypeMC
1928
in https://github.com/sofascore/purgatory-bundle/pull/123
29+
- `ValuesInterface::getValues()`, use public properties instead by @Brajk19
30+
in https://github.com/sofascore/purgatory-bundle/pull/130
2031

2132
## [1.3.0] - 2025-12-15
2233

0 commit comments

Comments
 (0)