diff --git a/changelog.rst b/changelog.rst index d7a9e011507..ff4202fb450 100644 --- a/changelog.rst +++ b/changelog.rst @@ -19,13 +19,17 @@ March, 2016 New Documentation ~~~~~~~~~~~~~~~~~ +* `#6282 `_ [Form] fix ``choice_label`` values (HeahDude) * `#5894 `_ [WIP] Added an article to explain how to upgrade third-party bundles to Symfony 3 (javiereguiluz) +* `#6273 `_ [PHPUnit bridge] Add documentation for the component (theofidry) * `#6291 `_ fortrabbit deployment guide + index listing (ostark) Fixed Documentation ~~~~~~~~~~~~~~~~~~~ * `#6366 `_ Removed server:stop code block for 2.3 (theyoux) +* `#6347 `_ Add a note about enabling DebugBundle to use VarDumper inside Symfony (martijn80, javiereguiluz) +* `#6320 `_ Fixed typo in path (timhovius) * `#6334 `_ Fixed yaml configuration of app.exception_controller (AAstakhov) * `#6315 `_ Remove third parameter from createFormBuilder call (Hocdoc) @@ -35,6 +39,7 @@ Minor Documentation Changes * `#6404 `_ fixed a typo (RickieL) * `#6411 `_ Fixed a typo in configuration-block (VarunAgw) * `#6414 `_ stick to Sphinx 1.3.x for the moment (xabbuh) +* `#6399 `_ Fixed wrong code examples for Isbn constraint (AAstakhov) * `#6397 `_ Fix typo in SwitchUserListener file name (luxifer) * `#6382 `_ unused use instructions (bshevchenko) * `#6365 `_ Removed the PR table example (this is now included by GitHub template) (javiereguiluz) @@ -55,11 +60,15 @@ Minor Documentation Changes * `#6348 `_ [best practices] mostly typos (Talita Kocjan Zager) * `#6275 `_ [quick tour] mostly typos (Talita Kocjan Zager) * `#6305 `_ Mention IvoryCKEditorBundle in the Symfony Forms doc (javiereguiluz) +* `#6331 `_ Rename DunglasApiBundle to ApiPlatform (sroze) * `#6328 `_ Update extension.rst - added caution box for people trying to remove the default file with services definitions (Pavel Jurecka) * `#6343 `_ Replace XLIFF number ids by strings (Triiistan) * `#6344 `_ Altered single / multiple inheritance sentence (outspaced) +* `#6330 `_ [Form] reorder EntityType options (HeahDude) * `#6337 `_ Fix configuration.rst typo (gong023) * `#6295 `_ Update tools.rst (andrewtch) +* `#6325 `_ Minor error (ThomasLandauer) +* `#6311 `_ Improved TwigExtension to show default values and optional arguments (javiereguiluz) * `#6267 `_ [Form] fix 'data_class' option in EntityType (HeahDude) * `#6281 `_ Change isValid to isSubmitted. (mustafaaloko)