Add migration guide for 2.0.0

This commit is contained in:
Jeremy Soller 2022-10-21 15:14:31 -06:00
parent 5281982afe
commit de6e26f520
No known key found for this signature in database
GPG Key ID: 87F211AF2BE4C2FE
1 changed files with 6 additions and 0 deletions

View File

@ -35,6 +35,12 @@ This crate is stable.
termion = "*" 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 ## 0.1.0 to 1.0.0 guide
This sample table gives an idea of how to go about converting to the new major This sample table gives an idea of how to go about converting to the new major