summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst6
1 files changed, 5 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 82590509..57e384fd 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -41,8 +41,12 @@ Unreleased
``RAW_URI``. :issue:`1781`
- Switch the parameter order of ``default_stream_factory`` to match
the order used when calling it. :pr:`1085`
-- Add ``send_file()`` function to generate a response that serves a
+- Add ``send_file`` function to generate a response that serves a
file, adapted from Flask's implementation. :issue:`265`, :pr:`1850`
+- ``send_file`` takes ``download_name``, which is passed even if
+ ``as_attachment=False`` by using ``Content-Disposition: inline``.
+ ``download_name`` replaces Flask's ``attachment_filename``.
+ :issue:`1869`
Version 1.0.2