diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b4c37f4..5338ed0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Support for Python 3.4 and 3.5 ([#522](https://github.com/pdfminer/pdfminer.six/pull/522)) - Unused dependency on `sortedcontainers` package ([#525](https://github.com/pdfminer/pdfminer.six/pull/525)) - Support for non-standard output streams that are not binary ([#523](https://github.com/pdfminer/pdfminer.six/pull/523)) -- Most uses of warnings.warn in favour of log.warning, following ([Python 'official' guidance](https://stackoverflow.com/a/14762106/2595465)) +- Most uses of warnings.warn in favour of logging.Logger.warning, following ([Python 'official' guidance](https://stackoverflow.com/a/14762106/2595465)) ## [20201018]