Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 91a8af4

Browse files
committed
updated CHANGELOG for 4.0.12
1 parent 765b402 commit 91a8af4

1 file changed

Lines changed: 40 additions & 0 deletions

File tree

CHANGELOG-4.0.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,46 @@ in 4.0 minor versions.
77
To get the diff for a specific change, go to https://github.com/symfony/symfony/commit/XXX where XXX is the change hash
88
To get the diff between two versions, go to https://github.com/symfony/symfony/compare/v4.0.0...v4.0.1
99

10+
* 4.0.12 (2018-06-25)
11+
12+
* bug #27626 [TwigBundle][DX] Only add the Twig WebLinkExtension if the WebLink component is enabled (thewilkybarkid)
13+
* bug #27701 [SecurityBundle] Dont throw if "security.http_utils" is not found (nicolas-grekas)
14+
* bug #27690 [DI] Resolve env placeholder in logs (ro0NL)
15+
* bug #26534 allow_extra_attributes does not throw an exception as documented (deviantintegral)
16+
* bug #27668 [Lock] use 'r+' for fopen (fixes issue on Solaris) (fritzmg)
17+
* bug #27669 [Filesystem] fix file lock on SunOS (fritzmg)
18+
* bug #27662 [HttpKernel] fix handling of nested Error instances (xabbuh)
19+
* bug #26845 [Config] Fixing GlobResource when inside phar archive (vworldat)
20+
* bug #27382 [Form] Fix error when rendering a DateIntervalType form with exactly 0 weeks (krixon)
21+
* bug #27309 Fix surrogate not using original request (Toflar)
22+
* bug #27467 [HttpKernel] fix session tracking in surrogate master requests (nicolas-grekas)
23+
* bug #27630 [Validator][Form] Remove BOM in some xlf files (gautierderuette)
24+
* bug #27596 [Framework][Workflow] Added support for interfaces (vudaltsov)
25+
* bug #27593 [ProxyManagerBridge] Fixed support of private services (nicolas-grekas)
26+
* bug #27591 [VarDumper] Fix dumping ArrayObject and ArrayIterator instances (nicolas-grekas)
27+
* bug #27581 Fix bad method call with guard authentication + session migration (weaverryan)
28+
* bug #27576 [Cache] Fix expiry comparisons in array-based pools (nicolas-grekas)
29+
* bug #27556 Avoiding session migration for stateless firewall UsernamePasswordJsonAuthenticationListener (weaverryan)
30+
* bug #27452 Avoid migration on stateless firewalls (weaverryan)
31+
* bug #27568 [DI] Deduplicate generated proxy classes (nicolas-grekas)
32+
* bug #27326 [Serializer] deserialize from xml: Fix a collection that contains the only one element (webnet-fr)
33+
* bug #27567 [PhpUnitBridge] Fix error on some Windows OS (Nsbx)
34+
* bug #27357 [Lock] Remove released semaphore (jderusse)
35+
* bug #27416 TagAwareAdapter over non-binary memcached connections corrupts memcache (Aleksey Prilipko)
36+
* bug #27514 [Debug] Pass previous exception to FatalErrorException (pmontoya)
37+
* bug #27516 Revert "bug #26138 [HttpKernel] Catch HttpExceptions when templating is not installed (cilefen)" (nicolas-grekas)
38+
* bug #27318 [Cache] memcache connect should not add duplicate entries on sequential calls (Aleksey Prilipko)
39+
* bug #27389 [Serializer] Fix serializer tries to denormalize null values on nullable properties (ogizanagi)
40+
* bug #27272 [FrameworkBundle] Change priority of AddConsoleCommandPass to TYPE_BEFORE_REMOVING (upyx)
41+
* bug #27396 [HttpKernel] fix registering IDE links (nicolas-grekas)
42+
* bug #26973 [HttpKernel] Set first trusted proxy as REMOTE_ADDR in InlineFragmentRenderer. (kmadejski)
43+
* bug #27303 [Process] Consider "executable" suffixes first on Windows (sanmai)
44+
* bug #27297 Triggering RememberMe's loginFail() when token cannot be created (weaverryan)
45+
* bug #27344 [HttpKernel] reset kernel start time on reboot (kiler129)
46+
* bug #27365 [Serializer] Check the value of enable_max_depth if defined (dunglas)
47+
* bug #27358 [PhpUnitBridge] silence some stderr outputs (ostrolucky)
48+
* bug #27366 [DI] never inline lazy services (nicolas-grekas)
49+
1050
* 4.0.11 (2018-05-25)
1151

1252
* bug #27364 [DI] Fix bad exception on uninitialized references to non-shared services (nicolas-grekas)

0 commit comments

Comments
 (0)