* ``HTTPExceptions`` raised with `webargs.flaskparser.abort` will always have the ``data`` attribute, even if no additional keywords arguments are passed (:pr:`184`). Thanks :user:`lafrech`.
Support:
* Fix examples in examples/ directory.
1.8.1
Not secure
******************
Bug fixes:
* Fix behavior of ``AIOHTTPParser.use_args`` when ``as_kwargs=True`` is passed with a ``Schema`` (:issue:`179`). Thanks :user:`Itayazolay`.
1.8.0
Not secure
******************
Features:
* ``AIOHTTPParser`` supports class-based views, i.e. ``aiohttp.web.View`` (:issue:`177`). Thanks :user:`daniel98321`.
1.7.0
Not secure
******************
Features:
* ``AIOHTTPParser.use_args`` and ``AIOHTTPParser.use_kwargs`` work with `async def` coroutines (:issue:`170`). Thanks :user:`zaro`.