From fcbace0aec8b3548c0ef4588dd0a588f944168cd Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 24 Jul 2017 22:00:22 +0200 Subject: [PATCH] Add another note regarding 'Base64' class to migration guide --- Migration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/Migration.md b/Migration.md index 2154edc..04a9cab 100644 --- a/Migration.md +++ b/Migration.md @@ -9,6 +9,7 @@ ## From `v5.x.x` to `v6.x.x` * The outputs produced by the `Base64` class are not compatible with those from previous versions anymore. + * The `Base64` class has been moved from the namespace `Delight\Auth` to the namespace `Delight\Base64`. ## From `v4.x.x` to `v5.x.x`