aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2022-12-03 15:15:08 -0800
committeriximeow <me@iximeow.net>2022-12-03 15:15:08 -0800
commit1059fad53ae604628db3f302f6edac97186adc1d (patch)
tree5d8c6114f0c4b8e97292b34a7da39473ab67df3b
parentbe09c908de8107453cac0fd74fb58a379aa581b8 (diff)
include typo fixes in the changelog!
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 016c7bd..2055327 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -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`.