From 92ca5a102c76ef853c2ab13ef9323ee7c1b02b5f Mon Sep 17 00:00:00 2001 From: Kevin McCarthy Date: Mon, 26 Jun 2023 09:22:16 -0500 Subject: [PATCH] fix misspelled word --- docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 838c203..2631677 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -11,7 +11,7 @@ All help in providing PRs to close out bug issues is appreciated. Even if that i - HUGE thanks to @hartwork for all the work done on this release! - Bring vcr/unittest in to vcrpy as a full feature of vcr instead of a separate library. Big thanks to @hartwork for doing this and to @agriffis for originally creating the library - Make decompression robust towards already decompressed input (thanks @hartwork) - - Bugfix: Add read1 method (fixes compatability with biopython), thanks @mghantous + - Bugfix: Add read1 method (fixes compatibility with biopython), thanks @mghantous - Bugfix: Prevent filters from corrupting request (thanks @abramclark) - Bugfix: Add support for `response.raw.stream()` to fix urllib v2 compat - Bugfix: Replace `assert` with `raise AssertionError`: fixes support for `PYTHONOPTIMIZE=1`