Skip to content

Commit a288a74

Browse files
author
Robin Chalas
committed
minor symfony#31137 [FrameworkBundle] minor: remove a typo from changelog (Simperfit)
This PR was merged into the 3.4 branch. Discussion ---------- [FrameworkBundle] minor: remove a typo from changelog | Q | A | ------------- | --- | Branch? | 3.4 | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | none <!-- #-prefixed issue number(s), if any --> | License | MIT | Doc PR | none. <!-- required for new features --> <!-- Write a short README entry for your feature/bugfix here (replace this comment block.) This will help people understand your PR and can be used as a start of the Doc PR. Additionally: - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. --> just a little typo fix: new new -> new Commits ------- 8f7682c [FrameworkBundle] minor: remove a typo from changelog
2 parents b7bdf2c + 8f7682c commit a288a74

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ CHANGELOG
7070
The default value will be `state_machine` in Symfony 4.0.
7171
* Deprecated the `CompilerDebugDumpPass` class
7272
* Deprecated the "framework.trusted_proxies" configuration option and the corresponding "kernel.trusted_proxies" parameter
73-
* Added a new new version strategy option called json_manifest_path
73+
* Added a new version strategy option called "json_manifest_path"
7474
that allows you to use the `JsonManifestVersionStrategy`.
7575
* Added `Symfony\Bundle\FrameworkBundle\Controller\AbstractController`. It provides
7676
the same helpers as the `Controller` class, but does not allow accessing the dependency

0 commit comments

Comments
 (0)