8000 Sync UPGRADE-5.0 before beta · libertjeremy/symfony@a247d31 · GitHub
[go: up one dir, main page]

Skip to content

Commit a247d31

Browse files
committed
Sync UPGRADE-5.0 before beta
1 parent e1ac6e1 commit a247d31

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

UPGRADE-5.0.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ Console
3939
* Removed the `setVerticalBorderChar()` method in favor of the `setVerticalBorderChars()` method in `TableStyle`.
4040
* Removed the `getVerticalBorderChar()` method in favor of the `getBorderChars()` method in `TableStyle`.
4141
* Removed support for returning `null` from `Command::execute()`, return `0` instead
42+
* Renamed `Application::renderException()` and `Application::doRenderException()`
43+
to `renderThrowable()` and `doRenderThrowable()` respectively.
4244
* The `ProcessHelper::run()` method takes the command as an array of arguments.
4345

4446
Before:
@@ -239,6 +241,7 @@ FrameworkBundle
239241
* Removed `ResolveControllerNameSubscriber`.
240242
* Removed `routing.loader.service`.
241243
* 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.
242245

243246
HttpClient
244247
----------
@@ -490,6 +493,7 @@ SecurityBundle
490493
changed to underscores.
491494
Before: `my-cookie` deleted the `my_cookie` cookie (with an underscore).
492495
After: `my-cookie` deletes the `my-cookie` cookie (with a dash).
496+
* Removed the `security.user.provider.in_memory.user` service.
493497

494498
Serializer
495499
----------

0 commit comments

Comments
 (0)
0