From 50b9c48f8d901653002e33717b6a54f9f7b44522 Mon Sep 17 00:00:00 2001 From: Marco Date: Mon, 24 Jul 2017 22:10:10 +0200 Subject: [PATCH] Improve note on 'Base64' class in migration guide --- Migration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Migration.md b/Migration.md index 04a9cab..417d697 100644 --- a/Migration.md +++ b/Migration.md @@ -9,7 +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`. + * The `Base64` class is now an external module and has been moved from the namespace `Delight\Auth` to the namespace `Delight\Base64`. ## From `v4.x.x` to `v5.x.x`