Skip to content

Commit 67e02fa

Browse files
committed
Added June changelog
1 parent 2bad921 commit 67e02fa

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

changelog.rst

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,17 @@ June, 2015
1919
New Documentation
2020
~~~~~~~~~~~~~~~~~
2121

22+
* `#5423 <https://github.com/symfony/symfony-docs/pull/5423>`_ [Security] add & update doc entries on AbstractVoter implementation (Inoryy, javiereguiluz)
2223
* `#5401 <https://github.com/symfony/symfony-docs/pull/5401>`_ Added some more docs about the remember me feature (WouterJ)
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)
2325
* `#5382 <https://github.com/symfony/symfony-docs/pull/5382>`_ Added support for standard Forwarded header (tony-co, javiereguiluz)
2426
* `#5361 <https://github.com/symfony/symfony-docs/pull/5361>`_ Document security.switch_user event (Rvanlaak)
2527
* `#5313 <https://github.com/symfony/symfony-docs/pull/5313>`_ Documented the overridden form options (javiereguiluz)
2628
* `#5307 <https://github.com/symfony/symfony-docs/pull/5307>`_ Update data_transformers.rst (zebba)
2729
* `#5186 <https://github.com/symfony/symfony-docs/pull/5186>`_ Added a new article about using/installing unstable Symfony versions (javiereguiluz)
2830
* `#5166 <https://github.com/symfony/symfony-docs/pull/5166>`_ Proposed a new article about using pure PHP libraries with Assetic (javiereguiluz)
2931
* `#5014 <https://github.com/symfony/symfony-docs/pull/5014>`_ Updated the best practices article for reusable bundles (javiereguiluz)
32+
* `#5435 <https://github.com/symfony/symfony-docs/pull/5435>`_ Added information about the four sub-components of Security component (javiereguiluz)
3033
* `#5368 <https://github.com/symfony/symfony-docs/pull/5368>`_ added examples for squashing (OskarStark)
3134
* `#5428 <https://github.com/symfony/symfony-docs/pull/5428>`_ Improved description of choice_list option (adamziel, javiereguiluz)
3235
* `#5336 <https://github.com/symfony/symfony-docs/pull/5336>`_ Adding a paragraph about updating multiple packages during an update (weaverryan)
@@ -39,15 +42,19 @@ New Documentation
3942
Fixed Documentation
4043
~~~~~~~~~~~~~~~~~~~
4144

45+
* `#5415 <https://github.com/symfony/symfony-docs/pull/5415>`_ Updating for AppBundle and purposefully \*not\* doing work on configure (weaverryan)
4246
* `#5407 <https://github.com/symfony/symfony-docs/pull/5407>`_ Change PhpStormOpener to PhpStormProtocol (King2500)
47+
* `#5450 <https://github.com/symfony/symfony-docs/pull/5450>`_ Fixing "Undefined method" error in code example (nebkam)
4348
* `#5454 <https://github.com/symfony/symfony-docs/pull/5454>`_ Changed dump() to var_dump() (WouterJ)
4449
* `#5417 <https://github.com/symfony/symfony-docs/pull/5417>`_ Add use statement for InputDefinition (harikt)
4550
* `#5420 <https://github.com/symfony/symfony-docs/pull/5420>`_ Fix invalid method name (bocharsky-bw)
4651
* `#5431 <https://github.com/symfony/symfony-docs/pull/5431>`_ Updated the code to display flash messages (aykin, javiereguiluz)
52+
* `#5418 <https://github.com/symfony/symfony-docs/pull/5418>`_ Import Psr LogLevel (harikt)
4753
* `#5438 <https://github.com/symfony/symfony-docs/pull/5438>`_ Fixed 404 at Configuring Sessions and Save Handlers (2.3 branch) (suzuki)
4854
* `#5397 <https://github.com/symfony/symfony-docs/pull/5397>`_ Escape backslash in error message (WouterJ)
4955
* `#5379 <https://github.com/symfony/symfony-docs/pull/5379>`_ [Cookbook][Console] don't use BufferedOutput on Symfony 2.3 (xabbuh)
5056
* `#5350 <https://github.com/symfony/symfony-docs/pull/5350>`_ [Form][2.3] fix `validation_groups` typos (craue)
57+
* `#5358 <https://github.com/symfony/symfony-docs/pull/5358>`_ Fix typo in description (martyshka)
5158
* `#5356 <https://github.com/symfony/symfony-docs/pull/5356>`_ [Form] Fixed typo about _token field name for CSRF protection (JMLamodiere)
5259
* `#5362 <https://github.com/symfony/symfony-docs/pull/5362>`_ Fix invalid endtag (norkunas)
5360

@@ -59,10 +66,12 @@ Minor Documentation Changes
5966
* `#5414 <https://github.com/symfony/symfony-docs/pull/5414>`_ Rewrite sentence about fingers crossed handler action level (snoek09)
6067
* `#5402 <https://github.com/symfony/symfony-docs/pull/5402>`_ [Contributing] [Standards] Added entry for Yoda conditions (phansys)
6168
* `#5369 <https://github.com/symfony/symfony-docs/pull/5369>`_ Remove the Propel book chapter and explain why we do that (javiereguiluz)
69+
* `#5460 <https://github.com/symfony/symfony-docs/pull/5460>`_ Finish #5291: Bootstrap form theme and checkboxes (anacicconi, WouterJ)
6270
* `#5457 <https://github.com/symfony/symfony-docs/pull/5457>`_ [Cookbook][Assetic] complete a sentence (xabbuh)
6371
* `#5398 <https://github.com/symfony/symfony-docs/pull/5398>`_ Quick review of the remember me article (WouterJ)
6472
* `#5399 <https://github.com/symfony/symfony-docs/pull/5399>`_ Quick review of Form login chapter (WouterJ)
6573
* `#5403 <https://github.com/symfony/symfony-docs/pull/5403>`_ [Contributing] [Standards] Added entry for identical comparison (phansys)
74+
* `#5392 <https://github.com/symfony/symfony-docs/pull/5392>`_ Wrap the table creation inside the class extending Command, so users … (harikt)
6675
* `#5378 <https://github.com/symfony/symfony-docs/pull/5378>`_ [Cookbook][Controller] use the jinja lexer to render Twig code (xabbuh)
6776
* `#5421 <https://github.com/symfony/symfony-docs/pull/5421>`_ Update the name of the branch for new BC features (Restless-ET)
6877
* `#5441 <https://github.com/symfony/symfony-docs/pull/5441>`_ [Contributing] remove mailing list and forum references (xabbuh)
@@ -71,6 +80,7 @@ Minor Documentation Changes
7180
* `#5290 <https://github.com/symfony/symfony-docs/pull/5290>`_ Overriding 3rd party bundles (anacicconi)
7281
* `#5242 <https://github.com/symfony/symfony-docs/pull/5242>`_ Update load_balancer_reverse_proxy.rst (urg)
7382
* `#5381 <https://github.com/symfony/symfony-docs/pull/5381>`_ remove Yoda condition (greg0ire)
83+
* `#5452 <https://github.com/symfony/symfony-docs/pull/5452>`_ [#5388] change echo and print in examples (snoek09)
7484
* `#5451 <https://github.com/symfony/symfony-docs/pull/5451>`_ [#5388] change echo and print in examples (snoek09)
7585
* `#5432 <https://github.com/symfony/symfony-docs/pull/5432>`_ removed squashing stuff. fixes #5368 (OskarStark)
7686
* `#5383 <https://github.com/symfony/symfony-docs/pull/5383>`_ Reword a paragraph about service configurations (richardudovich)
@@ -82,6 +92,7 @@ Minor Documentation Changes
8292
* `#5284 <https://github.com/symfony/symfony-docs/pull/5284>`_ Split advanced container configuration article (WouterJ)
8393
* `#5342 <https://github.com/symfony/symfony-docs/pull/5342>`_ [Cookbook][Bundles] clarify bundle installation instructions (xabbuh)
8494
* `#5095 <https://github.com/symfony/symfony-docs/pull/5095>`_ Reviewed the Bundles cookbook articles (javiereguiluz)
95+
* `#4947 <https://github.com/symfony/symfony-docs/pull/4947>`_ [Components][ClassLoader] remove DebugClassLoader (xabbuh)
8596
* `#5365 <https://github.com/symfony/symfony-docs/pull/5365>`_ Finish #4967: Code style standardization on form type options (mimol91)
8697
* `#5034 <https://github.com/symfony/symfony-docs/pull/5034>`_ Update the_big_picture.rst (oldskool)
8798
* `#5351 <https://github.com/symfony/symfony-docs/pull/5351>`_ [Finder] minor CS fix (dunglas)

0 commit comments

Comments
 (0)