diff options
author | iximeow <me@iximeow.net> | 2021-05-06 23:30:11 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2021-05-07 00:03:06 -0700 |
commit | 13285e356377c5c8cd6f0f0d2305ff9e40d17d78 (patch) | |
tree | 6d0403bbef9096021ee191fcef831547efa730e4 /CHANGELOG | |
parent | d5cfecbf67a9b348d35cfc39e0aa9ccb269dfa1b (diff) |
swap termion dep for crossterm, simplify Colorization interfaces0.0.5
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |