Fixed typo

This commit is contained in:
Andrew Murray
2025-07-08 22:47:36 +10:00
committed by GitHub
parent 434b582d49
commit 81fb9d557c

View File

@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [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)