aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2020-05-03 12:29:24 -0700
committeriximeow <me@iximeow.net>2020-05-03 12:31:49 -0700
commitf7449a21140c109567fa6c756dab2b1b0711a414 (patch)
treebebb35a38490d6bcfc9f73c8880b57146cf7a4a7 /CHANGELOG
parent12db880a312d8a4b755bd4139c502405c8011f23 (diff)
add AddressDiff, CHANGELOG, and bump to 0.0.40.0.4
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG17
1 files changed, 17 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
new file mode 100644
index 0000000..741cf88
--- /dev/null
+++ b/CHANGELOG
@@ -0,0 +1,17 @@
+## 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.
+
+## 0.0.3
+
+`ColorSettings` gets a default impl
+
+## 0.0.2
+
+add `AddressDisplay` to provide a usable interface to display `Address` implementors.
+
+at the same time, remove `Address::stringy()`. it was a very bad interface, and will not be missed.
+
+## 0.0.1
+
+history starts here