diff options
author | iximeow <me@iximeow.net> | 2022-12-03 15:15:08 -0800 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2022-12-03 15:15:08 -0800 |
commit | 1059fad53ae604628db3f302f6edac97186adc1d (patch) | |
tree | 5d8c6114f0c4b8e97292b34a7da39473ab67df3b /CHANGELOG | |
parent | be09c908de8107453cac0fd74fb58a379aa581b8 (diff) |
include typo fixes in the changelog!
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,4 +1,5 @@ ## 1.1.5 +* fix several typos across crate docs - thank you Bruce! (aka github user waywardmonkeys) * optimizations (mostly code motion) for hot codepaths - large `match`-based decode tables have been outlined to 256-entry arrays. this makes for slicely nicer inlining in `read_with_annotations`. |