Skip to content

Commit

Permalink
chore(docs): Mark in docs, that CORS & Error middleware added in *0.2…
Browse files Browse the repository at this point in the history
….0*.
  • Loading branch information
playpauseandstop committed Jul 23, 2019
1 parent a8ae2ab commit f554243
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions aiohttp_middlewares/cors.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
CORS Middleware
===============
.. versionadded:: 0.2.0
Dealing with CORS headers for aiohttp applications.
**IMPORTANT:** There is a `aiohttp-cors
Expand Down
2 changes: 2 additions & 0 deletions aiohttp_middlewares/error.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
Error Middleware
================
.. versionadded:: 0.2.0
Middleware to handle errors in aiohttp applications.
Usage
Expand Down

0 comments on commit f554243

Please sign in to comment.