From 0d9be76f8bd89a6a25eacceb42c8aaa83cb9ef21 Mon Sep 17 00:00:00 2001 From: Marco Date: Sun, 23 Jul 2017 23:50:22 +0200 Subject: [PATCH] Add note regarding 'Base64' class to migration guide --- Migration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Migration.md b/Migration.md index 4254437..2154edc 100644 --- a/Migration.md +++ b/Migration.md @@ -8,6 +8,8 @@ ## From `v5.x.x` to `v6.x.x` + * The outputs produced by the `Base64` class are not compatible with those from previous versions anymore. + ## From `v4.x.x` to `v5.x.x` * The MySQL database schema has changed. Use the statement below to update your database: