diff --git a/CHANGES.rst b/CHANGES.rst index de6cbf7ba30..37123a657ff 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -11,7 +11,7 @@ CHANGES - Add max_size parameter to web.Request reading methods #1133 -- Do not close connector if client session does not own it #883 +- Web Request.post() stores data in temp files #1469 - `run_app` and the Command Line Interface now support serving over Unix domain sockets for faster inter-process communication.