Skip to content

Commit db8b29b

Browse files
committed
minor symfony#23220 Remove duplicate changelog entries (jdreesen)
This PR was merged into the 3.4 branch. Discussion ---------- Remove duplicate changelog entries | Q | A | ------------- | --- | Branch? | 3.4 <!-- see comment below --> | Bug fix? | no | New feature? | no <!-- don't forget updating src/**/CHANGELOG.md files --> | BC breaks? | no | Deprecations? | no <!-- don't forget updating UPGRADE-*.md files --> | Tests pass? | yes | Fixed tickets | N/A <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | N/A <!--highly recommended for new features--> Commits ------- 93e6e95 Remove duplicate changelog entries
2 parents 0478ecd + 93e6e95 commit db8b29b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ CHANGELOG
66

77
* Removed `doctrine/cache` from the list of required dependencies in `composer.json`
88
* Deprecated `validator.mapping.cache.doctrine.apc` service
9-
* Deprecated using the `KERNEL_DIR` environment variable with `KernelTestCase::getKernelClass()`.
10-
* Deprecated the `KernelTestCase::getPhpUnitXmlDir()` and `KernelTestCase::getPhpUnitCliConfigArgument()` methods.
119
* The `symfony/stopwatch` dependency has been removed, require it via `composer
1210
require symfony/stopwatch` in your `dev` environment.
1311
* Deprecated using the `KERNEL_DIR` environment variable with `KernelTestCase::getKernelClass()`.

0 commit comments

Comments
 (0)