diff options
| author | Bert JW Regeer <bertjw@regeer.org> | 2018-04-04 19:44:53 -0600 |
|---|---|---|
| committer | Bert JW Regeer <bertjw@regeer.org> | 2018-04-04 19:44:53 -0600 |
| commit | 68b29747528fdd3ff1459d2650c2fbedd178ebac (patch) | |
| tree | 03cd53a94c247490d2567d484c85a2d48fec3788 | |
| parent | 1f91bcc8dc7b7cf7caabcecb33b09feaf7f4c433 (diff) | |
| download | webob-68b29747528fdd3ff1459d2650c2fbedd178ebac.tar.gz | |
Update CHANGES.txt text for #352
| -rw-r--r-- | CHANGES.txt | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/CHANGES.txt b/CHANGES.txt index 9beec94..feddb17 100644 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -1,6 +1,14 @@ 1.8.0rc1 (2018-01-01) --------------------- +Feature +~~~~~~~ + +- ``request.POST`` now supports any requests with the appropriate + Content-Type. Allowing any HTTP method to access form encoded content, + including DELETE, PUT, and others. See + https://github.com/Pylons/webob/pull/352 + Compatibility ~~~~~~~~~~~~~ @@ -52,12 +60,6 @@ These features are experimental and may change at any point in the future. cookie in both ``webob.cookies.make_cookie`` and ``webob.cookies.CookieProfile``. See https://github.com/Pylons/webob/pull/255 -Feature -~~~~~~~ - -- ``request.POST`` now supports any requests with the appropriate - Content-Type (#351). - Bugfix ~~~~~~ |
