From 9629393e267b8aa1c39bf3d1b728e769a73a62ce Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 23 Jun 2024 17:28:01 -0700 Subject: future TODOs for myself --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index 737c207..b5ac7b8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -10,6 +10,8 @@ TODO: Reader::offset should return an AddressDiff
, not a bare Address TODO: impls of `fn one` and `fn zero` so downstream users don't have to import num_traits directly * seems nice at first but this means that there are conflicting functions when Zero or One are in scope ... assuming that the idea at the time was to add `fn one` and `fn zero` to `AddressBase`. +TODO: 0.4.0 or later: + * remove `mod colors`, crossterm dependency, related feature flags ## 0.3.0 -- cgit v1.1