Skip to content

Commit

Permalink
minor #12184 [FrameworkBundle] add changelog entry for web server com…
Browse files Browse the repository at this point in the history
…mands (xabbuh)

This PR was merged into the 2.6-dev branch.

Discussion
----------

[FrameworkBundle] add changelog entry for web server commands

| Q             | A
| ------------- | ---
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | no
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets |
| License       | MIT
| Doc PR        |

I just noticed that I forgot to add a changelog entry in #11311.

Commits
-------

292088f add changelog entry for web server commands
  • Loading branch information
fabpot committed Oct 9, 2014
2 parents 4430f75 + 292088f commit cf3cd95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Symfony/Bundle/FrameworkBundle/CHANGELOG.md
Expand Up @@ -4,6 +4,8 @@ CHANGELOG
2.6.0
-----

* Added helper commands (`server:start`, `server:stop` and `server:status`) to control the built-in web
server in the background
* Added `Controller::isCsrfTokenValid` helper
* Added configuration for the PropertyAccess component
* Added `Controller::redirectToRoute` helper
Expand Down

0 comments on commit cf3cd95

Please sign in to comment.