Skip to content

Commit 41393d9

Browse files
committed
Added February changelog
1 parent 9b0dccf commit 41393d9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

changelog.rst

+7
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,18 @@ New Documentation
4343
Fixed Documentation
4444
~~~~~~~~~~~~~~~~~~~
4545

46+
* `#6292 <https://github.com./symfony/symfony-docs/pull/6292>`_ Fix setting permission for var subdirectories (voda)
4647
* `#5995 <https://github.com./symfony/symfony-docs/pull/5995>`_ Update dev_environment.rst (gonzalovilaseca)
4748
* `#6240 <https://github.com./symfony/symfony-docs/pull/6240>`_ [#6224] some tweaks (xabbuh)
4849
* `#5513 <https://github.com./symfony/symfony-docs/pull/5513>`_ [load_balancer_reverse_proxy ] Always use 127.0.0.1 as a trusted proxy (ruudk)
50+
* `#6081 <https://github.com./symfony/symfony-docs/pull/6081>`_ [cookbook New project] Fix symfony version and initial add (bigs21)
4951
* `#6124 <https://github.com./symfony/symfony-docs/pull/6124>`_ [cookbook] Add annotations block and fix regex (peterkokot)
5052

5153
Minor Documentation Changes
5254
~~~~~~~~~~~~~~~~~~~~~~~~~~~
5355

5456
* `#6308 <https://github.com./symfony/symfony-docs/pull/6308>`_ fix literal syntax (xabbuh)
57+
* `#6299 <https://github.com./symfony/symfony-docs/pull/6299>`_ Removed True and False constraints from reference (edefimov)
5558
* `#6298 <https://github.com./symfony/symfony-docs/pull/6298>`_ Update dependency_injection.rst because it has an error. (joserprieto)
5659
* `#6263 <https://github.com./symfony/symfony-docs/pull/6263>`_ [Cookbook][Debugging] reflect behavior changes in cache generation (xabbuh)
5760
* `#6251 <https://github.com./symfony/symfony-docs/pull/6251>`_ To use annotations, files must be removed (pbowyer)
@@ -66,15 +69,18 @@ Minor Documentation Changes
6669
* `#6260 <https://github.com./symfony/symfony-docs/pull/6260>`_ add missing options `choice_value`, `choice_name` and `choice_attr` to `EntityType` (HeahDude)
6770
* `#6262 <https://github.com./symfony/symfony-docs/pull/6262>`_ [Form] reorder options in choice types references (HeahDude)
6871
* `#6256 <https://github.com./symfony/symfony-docs/pull/6256>`_ Fixed code example (twifty)
72+
* `#6257 <https://github.com./symfony/symfony-docs/pull/6257>`_ [Components][Form] remove outdated caution (xabbuh)
6973
* `#6253 <https://github.com./symfony/symfony-docs/pull/6253>`_ [Security] Include guard firewall configuration sample. (calinpristavu)
7074
* `#6250 <https://github.com./symfony/symfony-docs/pull/6250>`_ [Cookbook][Console] remove note about memory spool handling on CLI (xabbuh)
7175
* `#6249 <https://github.com./symfony/symfony-docs/pull/6249>`_ [Cookbook][Serializer] fix wording (xabbuh)
76+
* `#6242 <https://github.com./symfony/symfony-docs/pull/6242>`_ Removed all 2.x versionadded directives (WouterJ)
7277
* `#6246 <https://github.com./symfony/symfony-docs/pull/6246>`_ removed duplicate lines (seferov)
7378
* `#6222 <https://github.com./symfony/symfony-docs/pull/6222>`_ Updated "Learn more from the Cookbook" section (sfdumi)
7479
* `#6245 <https://github.com./symfony/symfony-docs/pull/6245>`_ [Cookbook][Console] change API doc class name (xabbuh)
7580
* `#6223 <https://github.com./symfony/symfony-docs/pull/6223>`_ Improveme the apache/mod_php configuration example (gnat42)
7681
* `#6234 <https://github.com./symfony/symfony-docs/pull/6234>`_ File System Security Issue in Custom Auth Article (finished) (mattjanssen, WouterJ)
7782
* `#4773 <https://github.com./symfony/symfony-docs/pull/4773>`_ [Cookbook] Make registration_form follow best practices (xelaris)
83+
* `#6090 <https://github.com./symfony/symfony-docs/pull/6090>`_ Reworded the article about profiler storage (xavierleune, javiereguiluz)
7884
* `#5630 <https://github.com./symfony/symfony-docs/pull/5630>`_ Add a caution about logout when using http-basic authenticated firewall (rmed19)
7985
* `#6215 <https://github.com./symfony/symfony-docs/pull/6215>`_ Added a caution about failing cache warmers (javiereguiluz)
8086
* `#6239 <https://github.com./symfony/symfony-docs/pull/6239>`_ Remove app_dev as build-in server is used (rmed19, WouterJ)
@@ -96,6 +102,7 @@ Minor Documentation Changes
96102
* `#6212 <https://github.com./symfony/symfony-docs/pull/6212>`_ Typo in default session save_path (DerekRoth)
97103
* `#6208 <https://github.com./symfony/symfony-docs/pull/6208>`_ Replace references of PSR-0 with PSR-4 (opdavies)
98104
* `#6170 <https://github.com./symfony/symfony-docs/pull/6170>`_ change translation getMessages() to getCatalogue() (snoek09)
105+
* `#6211 <https://github.com./symfony/symfony-docs/pull/6211>`_ Remove 2.3.\* from composer snippets in the form component doc (Nicofuma)
99106
* `#6225 <https://github.com./symfony/symfony-docs/pull/6225>`_ [Reference][Forms] add versionadded directive for range type (xabbuh)
100107
* `#6190 <https://github.com./symfony/symfony-docs/pull/6190>`_ Fix redundant command line sample (sylozof)
101108

0 commit comments

Comments
 (0)