diff options
author | iximeow <me@iximeow.net> | 2022-01-12 15:46:39 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2022-01-12 15:46:39 -0800 |
commit | e80b5622ec956a92f24ce6487fb0d76e9c541515 (patch) | |
tree | d7907a83716b2a1a2ca51d37533f4dec3e9f58af /CHANGELOG | |
parent | e893398115da3c5f636bc908666e0fb65e4d78d7 (diff) |
fuzz DisplayStyle::C and fix corresponding issues1.1.4
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +## 1.1.4 +* fix reachable unreachable under `DisplayStyle::C` in 64-, 32-, and 16-bit modes +* add fuzz target to cover `DisplayStyle::C` formatter for 64-, 32-, and 16-bit modes + ## 1.1.3 * fix reachable unsoundness via `RegSpec` helper functions - helpers should only permit creating valid `RegSpec` structs, but three |