Skip to content

Commit

Permalink
Add migration guide for 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jackpot51 committed Oct 21, 2022
1 parent 5281982 commit de6e26f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de6e26f

Please sign in to comment.