Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Towncrier #2010

Merged
merged 7 commits into from
Jun 25, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 21 additions & 37 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,38 +1,21 @@
=======
Changes
=======

2.3.0 (2017-xx-xx)
------------------

- Improvement for `normalize_path_middleware`. Added possibility to handle
URLs with query string. #1995

- Make enable_compression work on HTTP/1.0 #1828

- Drop deprecated `Server.finish_connections`

-

-
..
You should *NOT* be adding new change log entries to this file, this
file is managed by towncrier. You *may* edit previous change logs to
fix problems like typo corrections or such.
To add a new change log entry, please see
https://pip.pypa.io/en/latest/development/#adding-a-news-entry
we named the news folder "changes".

-
.. towncrier release notes start

-

-

-

-

-

-

-

2.2.0 (2017-06-20)
------------------
==================

- Add doc for add_head, update doc for add_get. #1944

Expand Down Expand Up @@ -77,7 +60,7 @@ Changes


2.1.0 (2017-05-26)
------------------
==================

- Added support for experimental `async-tokio` event loop written in Rust
https://github.com/PyO3/tokio
Expand Down Expand Up @@ -134,7 +117,8 @@ Changes


2.0.7 (2017-04-12)
------------------
==================

- Fix *pypi* distribution

- Fix exception description #1807
Expand All @@ -145,7 +129,7 @@ Changes


2.0.6 (2017-04-04)
------------------
==================

- Keeping blank values for `request.post()` and `multipart.form()` #1765

Expand All @@ -156,7 +140,7 @@ Changes


2.0.5 (2017-03-29)
------------------
==================

- Memory leak with aiohttp.request #1756

Expand All @@ -167,7 +151,7 @@ Changes


2.0.4 (2017-03-27)
------------------
==================

- Memory leak with aiohttp.request #1756

Expand All @@ -177,31 +161,31 @@ Changes


2.0.3 (2017-03-24)
------------------
==================

- Call https website through proxy will cause error #1745

- Fix exception on multipart/form-data post if content-type is not set #1743


2.0.2 (2017-03-21)
------------------
==================

- Fixed Application.on_loop_available signal #1739

- Remove debug code


2.0.1 (2017-03-21)
------------------
==================

- Fix allow-head to include name on route #1737

- Fixed AttributeError in WebSocketResponse.can_prepare #1736


2.0.0 (2017-03-20)
------------------
==================

- Added `json` to `ClientSession.request()` method #1726

Expand All @@ -217,7 +201,7 @@ Changes


`2.0.0rc1` (2017-03-15)
-----------------------
=======================

- Properly handle payload errors #1710

Expand Down
Loading