From 7acbb87839f7b26764d59adac5bf0c279e02e9b3 Mon Sep 17 00:00:00 2001 From: Bert JW Regeer Date: Mon, 17 Jan 2022 16:27:43 -0700 Subject: CHANGES.txt line length --- CHANGES.txt | 6 +++--- 1 file 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 -- cgit v1.2.1