summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst37
1 files changed, 26 insertions, 11 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3224364..a68c3a8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -1,32 +1,47 @@
-CHANGES
-=======
+=========
+ CHANGES
+=========
+
+0.7.0 (2018-03-05)
+==================
+
+- Make web view check implicit and type based (#159)
+
+- Disable Python 3.4 support (#156)
+
+- Support aiohttp 3.0+ (#155)
+
+0.6.0 (2017-12-21)
+==================
+
+- Support aiohttp views by ``CorsViewMixin`` (#145)
0.5.3 (2017-04-21)
-------------------
+==================
-- Fix `typing` being installed on Python 3.6.
+- Fix ``typing`` being installed on Python 3.6.
0.5.2 (2017-03-28)
-------------------
+==================
- Fix tests compatibility with ``aiohttp`` 2.0.
This release and release v0.5.0 should work on ``aiohttp`` 2.0.
0.5.1 (2017-03-23)
-------------------
+==================
- Enforce ``aiohttp`` version to be less than 2.0.
Newer ``aiohttp`` releases will be supported in the next release.
0.5.0 (2016-11-18)
-------------------
+==================
- Fix compatibility with ``aiohttp`` 1.1
0.4.0 (2016-04-04)
-------------------
+==================
- Fixed support with new Resources objects introduced in ``aiohttp`` 0.21.0.
Minimum supported version of ``aiohttp`` is 0.21.4 now.
@@ -54,7 +69,7 @@ CHANGES
agnostic.
0.3.0 (2016-02-06)
-------------------
+==================
- Rename ``UrlDistatcherRouterAdapter`` to ``UrlDispatcherRouterAdapter``.
@@ -62,7 +77,7 @@ CHANGES
details.
0.2.0 (2015-11-30)
-------------------
+==================
- Move ABCs from ``aiohttp_cors.router_adapter`` to ``aiohttp_cors.abc``.
@@ -71,6 +86,6 @@ CHANGES
- Fix bug with configuring CORS for named routes.
0.1.0 (2015-11-05)
-------------------
+==================
* Initial release.