From c28ad18099475ef8dea80bad501ec63b05277caf Mon Sep 17 00:00:00 2001 From: pdlla Date: Sat, 30 Dec 2023 13:02:38 -0800 Subject: [PATCH] add instruction --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e5e368..a7c160d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,9 @@ few steps: modules. 4. If desired, call `Graphics.Vty.Config.userConfig` to load the Vty user configuration since this step is no longer automatic. +5. Some configurations have been moved to `Graphics.Vty.Output`. For + example, `mouseMode` is no longer a field in `VtyUserConfig`. + Instead, use `setMode` to enable it. For applications using more of Vty's API than just the basic initialization and rendering API, the full change list is provided