From adfdad9c38c8435465c585307cf6a55571302e91 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Sun, 7 Dec 2014 19:23:51 -0500 Subject: [PATCH] Adding note about known BC issues --- UPGRADE-2.6.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/UPGRADE-2.6.md b/UPGRADE-2.6.md index bc36f6c3f7..265f9a44f5 100644 --- a/UPGRADE-2.6.md +++ b/UPGRADE-2.6.md @@ -1,6 +1,12 @@ UPGRADE FROM 2.5 to 2.6 ======================= +Known Backwards-Compatability Breaks +------------------------------------ + +* If you use the `PdoSessionHandler`, the session table now has a different + schema and must be modified. Look below for more details. + Form ----