From 4eca6bb151379125d4aee54bea8d20d12f6d7c28 Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 29 Jul 2017 18:09:04 +0200 Subject: [PATCH] Merge notes about 'Base64' class in migration guide --- Migration.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Migration.md b/Migration.md index 2b0b7df..1e43390 100644 --- a/Migration.md +++ b/Migration.md @@ -33,9 +33,7 @@ $ composer update delight-im/auth ADD COLUMN "roles_mask" INTEGER NOT NULL CHECK ("roles_mask" >= 0) DEFAULT "0"; ``` - * The outputs produced by the `Base64` class are not compatible with those from previous versions anymore. - - * The `Base64` class is now an external module and 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`. The interface and the return values are not compatible with those from previous versions anymore. ## From `v4.x.x` to `v5.x.x`