From de6e26f5201d372387fa2401dd7b92f367daf316 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Fri, 21 Oct 2022 15:14:31 -0600 Subject: [PATCH] Add migration guide for 2.0.0 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 25346d9..4f228be 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ This crate is stable. termion = "*" ``` +## 1.0.0 to 2.0.0 guide + +| 1.0.0 | 2.0.0 +|--------------------------------|--------------------------- +| `AlternativeScreen::from(x)` | `x.into_alternative_screen()` + ## 0.1.0 to 1.0.0 guide This sample table gives an idea of how to go about converting to the new major