1
0
mirror of https://github.com/gdamore/tcell.git synced 2025-04-24 13:48:51 +08:00

Fix CHANGESv2.adoc Import Path

The import path in CHANGESv2.adoc was wrong and didn't match README.adoc.
This fixes that.
This commit is contained in:
Jai Flack 2020-10-08 01:33:43 +10:00 committed by Garrett D'Amore
parent 0fb77ddaa5
commit 50e36d6c03

View File

@ -4,7 +4,7 @@ A number of changes were made to _Tcell_ for version two, and some of these
are breaking.
=== Import Path
The import path for tcell has changed to github.com/gdamore/v2 to reflect a new major version.
The import path for tcell has changed to `github.com/gdamore/tcell/v2` to reflect a new major version.
=== Style Is Not Numeric
The type `Style` has changed to a structure, to allow us to add additional data such as flags for color setting, more attribute bits, and so forth.