Merge branch 'master' into patch-1
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b03570f..85af619 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,7 @@
## [1.1.0] - 2023-08-28
### SECURITY
- - python: added `Decompressor::can_accept_more_data` method ang optional
+ - python: added `Decompressor::can_accept_more_data` method and optional
`max_output_length` argument `Decompressor::process`;
that allows mitigation of unexpextedely large output;
reported by Charles Chan (https://github.com/charleswhchan)