summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBert JW Regeer <bertjw@regeer.org>2022-01-17 16:27:43 -0700
committerBert JW Regeer <bertjw@regeer.org>2022-01-17 16:27:43 -0700
commit7acbb87839f7b26764d59adac5bf0c279e02e9b3 (patch)
treed829724d0586df60920d69816aec6136936a45b8
parente828cd5731e18b6e884772057ada47a15538143a (diff)
downloadwaitress-7acbb87839f7b26764d59adac5bf0c279e02e9b3.tar.gz
CHANGES.txt line length
-rw-r--r--CHANGES.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 888c31b..49b4438 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -11,9 +11,9 @@ Python Version Support
Bugfix
~~~~~~
-- ``wsgi.file_wrapper`` now sets the ``seekable``, ``seek``, and ``tell`` attributes from
- the underlying file if the underlying file is seekable. This allows WSGI
- middleware to implement things like range requests for example
+- ``wsgi.file_wrapper`` now sets the ``seekable``, ``seek``, and ``tell``
+ attributes from the underlying file if the underlying file is seekable. This
+ allows WSGI middleware to implement things like range requests for example
See https://github.com/Pylons/waitress/issues/359 and
https://github.com/Pylons/waitress/pull/363