Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 540 Bytes

CHANGES.rst

File metadata and controls

28 lines (17 loc) · 540 Bytes

CHANGES

0.4.0 (2016-XX-XX)

0.3.0 (2016-02-06)

  • Rename UrlDistatcherRouterAdapter to UrlDispatcherRouterAdapter.
  • Set maximum supported aiohttp version to 0.20.2, see bug #30 for details.

0.2.0 (2015-11-30)

  • Move ABCs from aiohttp_cors.router_adapter to aiohttp_cors.abc.
  • Rename RouterAdapter to AbstractRouterAdapter.
  • Fix bug with configuring CORS for named routes.

0.1.0 (2015-11-05)

  • Initial release.