Skip to content

Commit

Permalink
Update CHANGES.txt text for #352
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalresistor committed Apr 5, 2018
1 parent 1f91bcc commit 68b2974
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -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
~~~~~~~~~~~~~

Expand Down Expand Up @@ -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
~~~~~~

Expand Down

0 comments on commit 68b2974

Please sign in to comment.