@@ -24,10 +24,13 @@ New Documentation
2424* `#5384 <https://github.com/symfony/symfony-docs/pull/5384 >`_ Added information about the new date handling in the comparison constraints and Range (webmozart, javiereguiluz)
2525* `#5382 <https://github.com/symfony/symfony-docs/pull/5382 >`_ Added support for standard Forwarded header (tony-co, javiereguiluz)
2626* `#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)
2729* `#5313 <https://github.com/symfony/symfony-docs/pull/5313 >`_ Documented the overridden form options (javiereguiluz)
2830* `#5307 <https://github.com/symfony/symfony-docs/pull/5307 >`_ Update data_transformers.rst (zebba)
2931* `#5186 <https://github.com/symfony/symfony-docs/pull/5186 >`_ Added a new article about using/installing unstable Symfony versions (javiereguiluz)
3032* `#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)
3134* `#5014 <https://github.com/symfony/symfony-docs/pull/5014 >`_ Updated the best practices article for reusable bundles (javiereguiluz)
3235* `#5435 <https://github.com/symfony/symfony-docs/pull/5435 >`_ Added information about the four sub-components of Security component (javiereguiluz)
3336* `#5368 <https://github.com/symfony/symfony-docs/pull/5368 >`_ added examples for squashing (OskarStark)
@@ -37,6 +40,7 @@ New Documentation
3740* `#5385 <https://github.com/symfony/symfony-docs/pull/5385 >`_ Added a note about the need to require Composer's autoload file (javiereguiluz)
3841* `#5386 <https://github.com/symfony/symfony-docs/pull/5386 >`_ Re-write of Page Creation (weaverryan)
3942* `#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)
4044* `#5373 <https://github.com/symfony/symfony-docs/pull/5373 >`_ Added mentions to some popular (and useful) Symfony bundles (javiereguiluz)
4145
4246Fixed Documentation
@@ -51,8 +55,10 @@ Fixed Documentation
5155* `#5431 <https://github.com/symfony/symfony-docs/pull/5431 >`_ Updated the code to display flash messages (aykin, javiereguiluz)
5256* `#5418 <https://github.com/symfony/symfony-docs/pull/5418 >`_ Import Psr LogLevel (harikt)
5357* `#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)
5459* `#5397 <https://github.com/symfony/symfony-docs/pull/5397 >`_ Escape backslash in error message (WouterJ)
5560* `#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)
5662* `#5350 <https://github.com/symfony/symfony-docs/pull/5350 >`_ [Form][2.3] fix `validation_groups ` typos (craue)
5763* `#5358 <https://github.com/symfony/symfony-docs/pull/5358 >`_ Fix typo in description (martyshka)
5864* `#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
9197* `#5288 <https://github.com/symfony/symfony-docs/pull/5288 >`_ Constraints - empty strings and null values (anacicconi)
9298* `#5284 <https://github.com/symfony/symfony-docs/pull/5284 >`_ Split advanced container configuration article (WouterJ)
9399* `#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)
94101* `#5095 <https://github.com/symfony/symfony-docs/pull/5095 >`_ Reviewed the Bundles cookbook articles (javiereguiluz)
95102* `#4947 <https://github.com/symfony/symfony-docs/pull/4947 >`_ [Components][ClassLoader] remove DebugClassLoader (xabbuh)
96103* `#5365 <https://github.com/symfony/symfony-docs/pull/5365 >`_ Finish #4967: Code style standardization on form type options (mimol91)
0 commit comments