@@ -24,10 +24,13 @@ New Documentation
24
24
* `#5384 <https://github.com/symfony/symfony-docs/pull/5384 >`_ Added information about the new date handling in the comparison constraints and Range (webmozart, javiereguiluz)
25
25
* `#5382 <https://github.com/symfony/symfony-docs/pull/5382 >`_ Added support for standard Forwarded header (tony-co, javiereguiluz)
26
26
* `#5361 <https://github.com/symfony/symfony-docs/pull/5361 >`_ Document security.switch_user event (Rvanlaak)
27
+ * `#5332 <https://github.com/symfony/symfony-docs/pull/5332 >`_ [Serializer] ObjectNormalizer, object_to_populate doc. Minor enhancements. (dunglas)
28
+ * `#5335 <https://github.com/symfony/symfony-docs/pull/5335 >`_ [Serializer] Updated the cookbook. (dunglas)
27
29
* `#5313 <https://github.com/symfony/symfony-docs/pull/5313 >`_ Documented the overridden form options (javiereguiluz)
28
30
* `#5307 <https://github.com/symfony/symfony-docs/pull/5307 >`_ Update data_transformers.rst (zebba)
29
31
* `#5186 <https://github.com/symfony/symfony-docs/pull/5186 >`_ Added a new article about using/installing unstable Symfony versions (javiereguiluz)
30
32
* `#5166 <https://github.com/symfony/symfony-docs/pull/5166 >`_ Proposed a new article about using pure PHP libraries with Assetic (javiereguiluz)
33
+ * `#5416 <https://github.com/symfony/symfony-docs/pull/5416 >`_ fix for Symfony 2.7 (DQNEO)
31
34
* `#5014 <https://github.com/symfony/symfony-docs/pull/5014 >`_ Updated the best practices article for reusable bundles (javiereguiluz)
32
35
* `#5435 <https://github.com/symfony/symfony-docs/pull/5435 >`_ Added information about the four sub-components of Security component (javiereguiluz)
33
36
* `#5368 <https://github.com/symfony/symfony-docs/pull/5368 >`_ added examples for squashing (OskarStark)
@@ -37,6 +40,7 @@ New Documentation
37
40
* `#5385 <https://github.com/symfony/symfony-docs/pull/5385 >`_ Added a note about the need to require Composer's autoload file (javiereguiluz)
38
41
* `#5386 <https://github.com/symfony/symfony-docs/pull/5386 >`_ Re-write of Page Creation (weaverryan)
39
42
* `#5355 <https://github.com/symfony/symfony-docs/pull/5355 >`_ Added a mention to the Symfony Demo application (javiereguiluz)
43
+ * `#5331 <https://github.com/symfony/symfony-docs/pull/5331 >`_ [PSR-7] Bridge documentation (dunglas)
40
44
* `#5373 <https://github.com/symfony/symfony-docs/pull/5373 >`_ Added mentions to some popular (and useful) Symfony bundles (javiereguiluz)
41
45
42
46
Fixed Documentation
@@ -51,8 +55,10 @@ Fixed Documentation
51
55
* `#5431 <https://github.com/symfony/symfony-docs/pull/5431 >`_ Updated the code to display flash messages (aykin, javiereguiluz)
52
56
* `#5418 <https://github.com/symfony/symfony-docs/pull/5418 >`_ Import Psr LogLevel (harikt)
53
57
* `#5438 <https://github.com/symfony/symfony-docs/pull/5438 >`_ Fixed 404 at Configuring Sessions and Save Handlers (2.3 branch) (suzuki)
58
+ * `#5412 <https://github.com/symfony/symfony-docs/pull/5412 >`_ Update serializer.rst (mantulo)
54
59
* `#5397 <https://github.com/symfony/symfony-docs/pull/5397 >`_ Escape backslash in error message (WouterJ)
55
60
* `#5379 <https://github.com/symfony/symfony-docs/pull/5379 >`_ [Cookbook][Console] don't use BufferedOutput on Symfony 2.3 (xabbuh)
61
+ * `#5400 <https://github.com/symfony/symfony-docs/pull/5400 >`_ Fix after install URL and new photo since AcmeDemoBundle is not part … (smatejic)
56
62
* `#5350 <https://github.com/symfony/symfony-docs/pull/5350 >`_ [Form][2.3] fix `validation_groups ` typos (craue)
57
63
* `#5358 <https://github.com/symfony/symfony-docs/pull/5358 >`_ Fix typo in description (martyshka)
58
64
* `#5356 <https://github.com/symfony/symfony-docs/pull/5356 >`_ [Form] Fixed typo about _token field name for CSRF protection (JMLamodiere)
@@ -91,6 +97,7 @@ Minor Documentation Changes
91
97
* `#5288 <https://github.com/symfony/symfony-docs/pull/5288 >`_ Constraints - empty strings and null values (anacicconi)
92
98
* `#5284 <https://github.com/symfony/symfony-docs/pull/5284 >`_ Split advanced container configuration article (WouterJ)
93
99
* `#5342 <https://github.com/symfony/symfony-docs/pull/5342 >`_ [Cookbook][Bundles] clarify bundle installation instructions (xabbuh)
100
+ * `#5321 <https://github.com/symfony/symfony-docs/pull/5321 >`_ Use the reserved domains example.com and example.org (javiereguiluz)
94
101
* `#5095 <https://github.com/symfony/symfony-docs/pull/5095 >`_ Reviewed the Bundles cookbook articles (javiereguiluz)
95
102
* `#4947 <https://github.com/symfony/symfony-docs/pull/4947 >`_ [Components][ClassLoader] remove DebugClassLoader (xabbuh)
96
103
* `#5365 <https://github.com/symfony/symfony-docs/pull/5365 >`_ Finish #4967: Code style standardization on form type options (mimol91)
0 commit comments