From d9297709af423fa557ce36346553ce2c7e5bad48 Mon Sep 17 00:00:00 2001 From: Marco Date: Sat, 24 Mar 2018 17:46:04 +0100 Subject: [PATCH] Prepare migration guide for next major version --- Migration.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Migration.md b/Migration.md index 6913f49..f9cea9c 100644 --- a/Migration.md +++ b/Migration.md @@ -1,6 +1,7 @@ # Migration * [General](#general) + * [From `v7.x.x` to `v8.x.x`](#from-v7xx-to-v8xx) * [From `v6.x.x` to `v7.x.x`](#from-v6xx-to-v7xx) * [From `v5.x.x` to `v6.x.x`](#from-v5xx-to-v6xx) * [From `v4.x.x` to `v5.x.x`](#from-v4xx-to-v5xx) @@ -12,6 +13,8 @@ Update your version of this library using Composer and its `composer update` or `composer require` commands [[?]](https://github.com/delight-im/Knowledge/blob/master/Composer%20(PHP).md#how-do-i-update-libraries-or-modules-within-my-application). +## From `v7.x.x` to `v8.x.x` + ## From `v6.x.x` to `v7.x.x` * The method `logOutButKeepSession` from class `Auth` is now simply called `logOut`. Therefore, the former method `logout` is now called `logOutAndDestroySession`.