From 13285e356377c5c8cd6f0f0d2305ff9e40d17d78 Mon Sep 17 00:00:00 2001 From: iximeow Date: Thu, 6 May 2021 23:30:11 -0700 Subject: swap termion dep for crossterm, simplify Colorization interfaces --- CHANGELOG | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG') diff --git a/CHANGELOG b/CHANGELOG index 741cf88..d5cdbe9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +## 0.0.5 + +swap the `termion` dependency for `crossterm`. this is motivated by improved cross-platform support (notably Windows) as well as removing a type parameter from `Colored` and `YaxColors`. + ## 0.0.4 add `AddressDiff`. `LengthedInstruction::len` now return `AddressDiff`. the length of an instruction is the difference between two addresses, not itself an address. -- cgit v1.1