File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,8 @@ Console
39
39
* Removed the ` setVerticalBorderChar() ` method in favor of the ` setVerticalBorderChars() ` method in ` TableStyle ` .
40
40
* Removed the ` getVerticalBorderChar() ` method in favor of the ` getBorderChars() ` method in ` TableStyle ` .
41
41
* Removed support for returning ` null ` from ` Command::execute() ` , return ` 0 ` instead
42
+ * Renamed ` Application::renderException() ` and ` Application::doRenderException() `
43
+ to ` renderThrowable() ` and ` doRenderThrowable() ` respectively.
42
44
* The ` ProcessHelper::run() ` method takes the command as an array of arguments.
43
45
44
46
Before:
@@ -239,6 +241,7 @@ FrameworkBundle
239
241
* Removed `ResolveControllerNameSubscriber`.
240
242
* Removed `routing.loader.service`.
241
243
* Added support for PHPUnit 8. A `void` return-type was added to the `KernelTestCase::tearDown()` and `WebTestCase::tearDown()` method.
244
+ * Removed the `lock.store.flock`, `lock.store.semaphore`, `lock.store.memcached.abstract` and `lock.store.redis.abstract` services.
242
245
243
246
HttpClient
244
247
----------
@@ -490,6 +493,7 @@ SecurityBundle
490
493
changed to underscores.
491
494
Before : ` my-cookie` deleted the `my_cookie` cookie (with an underscore).
492
495
After : ` my-cookie` deletes the `my-cookie` cookie (with a dash).
496
+ * Removed the `security.user.provider.in_memory.user` service.
493
497
494
498
Serializer
495
499
----------
You can’t perform that action at this time.
0 commit comments