From 108ac9ef8eef323da247da9456d5c98c0e3efd91 Mon Sep 17 00:00:00 2001 From: Christian Flothmann Date: Tue, 13 Dec 2016 20:34:41 +0100 Subject: [PATCH] reorder upgrade entries alphabetically --- UPGRADE-3.3.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/UPGRADE-3.3.md b/UPGRADE-3.3.md index 104e45d48a..d41d180893 100644 --- a/UPGRADE-3.3.md +++ b/UPGRADE-3.3.md @@ -18,6 +18,12 @@ Finder * The `ExceptionInterface` has been deprecated and will be removed in 4.0. +HttpKernel +----------- + + * The `Psr6CacheClearer::addPool()` method has been deprecated. Pass an array of pools indexed + by name to the constructor instead. + Security -------- @@ -29,9 +35,3 @@ SecurityBundle * The `FirewallContext::getContext()` method has been deprecated and will be removed in 4.0. Use the `getListeners()` method instead. - -HttpKernel ------------ - - * The `Psr6CacheClearer::addPool()` method has been deprecated. Pass an array of pools indexed - by name to the constructor instead.