From 546223eb7accfebee3f78b33da85f6cf91a5d447 Mon Sep 17 00:00:00 2001 From: Lukas Date: Tue, 1 Oct 2024 11:30:53 +0200 Subject: [PATCH] Update docs/3.2/Aave-3.2-features.md Co-authored-by: Ernesto Boado --- docs/3.2/Aave-3.2-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/3.2/Aave-3.2-features.md b/docs/3.2/Aave-3.2-features.md index b99cb78d..e0c73038 100644 --- a/docs/3.2/Aave-3.2-features.md +++ b/docs/3.2/Aave-3.2-features.md @@ -125,7 +125,7 @@ For a user to be able to enter/switch an eMode: - `ConfigEngine` listings have been altered to no longer accept an eModeCategory. - `ConfigEngine.updateAssetsEMode` has been altered to accept a `borrowable/collateral` flag. -### Migration guide +## Migration guide For existing users, the upgrade is 100% backwards compatible and no migration or similar is required. Entering and leaving an eMode still works via `setUserEMode(categoryId)` and `getUserEMode(address user)` like in previous versions of the protocol.