Skip to content

Commit f91bcef

Browse files
committed
Merge branch '2.8' into 3.0
2 parents 4ffe998 + 9fcd140 commit f91bcef

File tree

1 file changed

+66
-0
lines changed

1 file changed

+66
-0
lines changed

Diff for: changelog.rst

+66
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,72 @@ documentation.
1313
Do you also want to participate in the Symfony Documentation? Take a look
1414
at the ":doc:`/contributing/documentation/overview`" article.
1515

16+
January, 2016
17+
-------------
18+
19+
New Documentation
20+
~~~~~~~~~~~~~~~~~
21+
22+
* `#6174 <https://github.com/symfony/symfony-docs/pull/6174>`_ Missing reference docs for kernel.finish_request event (acrobat)
23+
* `#6184 <https://github.com/symfony/symfony-docs/pull/6184>`_ added Javier as a merger for the WebProfiler bundle (fabpot)
24+
* `#5600 <https://github.com/symfony/symfony-docs/pull/5600>`_ [DependencyInjection] Documented the ability of define the service decoration priority (dosten)
25+
* `#5303 <https://github.com/symfony/symfony-docs/pull/5303>`_ [WIP] 4373 - document security events (kevintweber)
26+
* `#6023 <https://github.com/symfony/symfony-docs/pull/6023>`_ clarify the routing component documentation a bit (dbu)
27+
* `#6091 <https://github.com/symfony/symfony-docs/pull/6091>`_ Added an example for info() method (javiereguiluz)
28+
29+
Fixed Documentation
30+
~~~~~~~~~~~~~~~~~~~
31+
32+
* `#6193 <https://github.com/symfony/symfony-docs/pull/6193>`_ Added the missing namespace in example of a subscriber class (raulconti)
33+
* `#6152 <https://github.com/symfony/symfony-docs/pull/6152>`_ csrf_token_generator and csrf_token_id documentation (Raistlfiren, Aaron Valandra, xabbuh)
34+
* `#6115 <https://github.com/symfony/symfony-docs/pull/6115>`_ [Form] Fix syntax error in code snippet (valisj)
35+
36+
Minor Documentation Changes
37+
~~~~~~~~~~~~~~~~~~~~~~~~~~~
38+
39+
* `#6199 <https://github.com/symfony/symfony-docs/pull/6199>`_ fix types (garak)
40+
* `#6207 <https://github.com/symfony/symfony-docs/pull/6207>`_ revert form login CSRF changes on wrong branch (xabbuh)
41+
* `#6191 <https://github.com/symfony/symfony-docs/pull/6191>`_ Document the invalidate_session option (javiereguiluz)
42+
* `#6204 <https://github.com/symfony/symfony-docs/pull/6204>`_ Expected: semicolon (cn007b)
43+
* `#6141 <https://github.com/symfony/symfony-docs/pull/6141>`_ Docs do not match functionality (Loupax)
44+
* `#6192 <https://github.com/symfony/symfony-docs/pull/6192>`_ fix MongoDB shell syntax highlighting (xabbuh)
45+
* `#6147 <https://github.com/symfony/symfony-docs/pull/6147>`_ Update templating.rst - Asset absolute url fix (gbalcewicz)
46+
* `#6187 <https://github.com/symfony/symfony-docs/pull/6187>`_ Typofix for "Defining and Processing Configuration Values" (kix)
47+
* `#6183 <https://github.com/symfony/symfony-docs/pull/6183>`_ use valid XML in code block (xabbuh)
48+
* `#6180 <https://github.com/symfony/symfony-docs/pull/6180>`_ use single quotes for YAML strings (snoek09)
49+
* `#6070 <https://github.com/symfony/symfony-docs/pull/6070>`_ Typo in When Things Get More Advanced (BallisticPain)
50+
* `#6119 <https://github.com/symfony/symfony-docs/pull/6119>`_ Remove phrase "in order" (micheal)
51+
* `#6160 <https://github.com/symfony/symfony-docs/pull/6160>`_ remove versionadded for unmaintained versions (xabbuh)
52+
* `#6161 <https://github.com/symfony/symfony-docs/pull/6161>`_ [Contributing][Documentation] replace EOL with EOM (xabbuh)
53+
* `#6166 <https://github.com/symfony/symfony-docs/pull/6166>`_ Fix by_reference deprecated FormType::class (nemo-)
54+
* `#6162 <https://github.com/symfony/symfony-docs/pull/6162>`_ [Reference] add missing version number (xabbuh)
55+
* `#6163 <https://github.com/symfony/symfony-docs/pull/6163>`_ Remove excessive pluses (aivus)
56+
* `#6149 <https://github.com/symfony/symfony-docs/pull/6149>`_ Reference to session + Corrected sample code char (sfdumi)
57+
* `#6130 <https://github.com/symfony/symfony-docs/pull/6130>`_ [Security][Guard] Completed start method signature (jeremyFreeAgent)
58+
* `#6080 <https://github.com/symfony/symfony-docs/pull/6080>`_ Removed doc about getting original parameter value from ParameterBag (edefimov)
59+
* `#6158 <https://github.com/symfony/symfony-docs/pull/6158>`_ Update override_dir_structure.rst (denniskoenigComparon)
60+
* `#6122 <https://github.com/symfony/symfony-docs/pull/6122>`_ Added missing mandatory parameter (yceruto)
61+
* `#6108 <https://github.com/symfony/symfony-docs/pull/6108>`_ [Form] remove the getName() function as it is deprecated (aybbou)
62+
* `#6100 <https://github.com/symfony/symfony-docs/pull/6100>`_ [Cookbook][Security] add back updateUserSecurityIdentity() hint (xabbuh)
63+
* `#6138 <https://github.com/symfony/symfony-docs/pull/6138>`_ Correction needed (pfleu)
64+
* `#6139 <https://github.com/symfony/symfony-docs/pull/6139>`_ Update the doc to change a deprecated use case (ChristopheBoucaut)
65+
* `#6133 <https://github.com/symfony/symfony-docs/pull/6133>`_ fixed the component name (fabpot)
66+
* `#6127 <https://github.com/symfony/symfony-docs/pull/6127>`_ escape namespace backslashes in class role (xabbuh)
67+
* `#5818 <https://github.com/symfony/symfony-docs/pull/5818>`_ document old way of checking validity of CSRF token (snoek09)
68+
* `#6062 <https://github.com/symfony/symfony-docs/pull/6062>`_ Update HTTP method requirement example (WouterJ)
69+
* `#6120 <https://github.com/symfony/symfony-docs/pull/6120>`_ fix README requirements link (garak)
70+
* `#6109 <https://github.com/symfony/symfony-docs/pull/6109>`_ add link to Monolog configuration (snoek09)
71+
* `#6121 <https://github.com/symfony/symfony-docs/pull/6121>`_ [MicroKernel] Fixed the display of a code block (jeremyFreeAgent)
72+
* `#6096 <https://github.com/symfony/symfony-docs/pull/6096>`_ [Contributing] update year in license (xabbuh)
73+
* `#6114 <https://github.com/symfony/symfony-docs/pull/6114>`_ make method protected (OskarStark)
74+
* `#6111 <https://github.com/symfony/symfony-docs/pull/6111>`_ Fixed a typo in the choice_label code example (ferdynator)
75+
* `#6110 <https://github.com/symfony/symfony-docs/pull/6110>`_ [Security][Guard] Fixed a typo (jeremyFreeAgent)
76+
* `#6106 <https://github.com/symfony/symfony-docs/pull/6106>`_ Remove repetition in text (dominikhajduk)
77+
* `#6102 <https://github.com/symfony/symfony-docs/pull/6102>`_ promoted xabbuh as merger on the Yaml component (fabpot)
78+
* `#6014 <https://github.com/symfony/symfony-docs/pull/6014>`_ [2.8][Form] entry_type option: replace "in favor" misuses (ogizanagi)
79+
* `#6013 <https://github.com/symfony/symfony-docs/pull/6013>`_ [2.7][Form] placeholder option: replace "in favor" misuses (ogizanagi)
80+
81+
1682
December, 2015
1783
--------------
1884

0 commit comments

Comments
 (0)