From aec604e077112f93305e639de562663b59122989 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Thu, 20 Oct 2016 18:41:46 -0700 Subject: [PATCH] Add date for last release --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 16d28da7..f2cbebe4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Ideally, within a virtual environment. Changelog ========= -### 2.2.0 +### 2.2.0 (16th of October, 2016) - Defaults asyncio event loop to uvloop automatically if it is installed - Added support for making endpoints `private` to enforce lack of automatic documentation creation for them. - Added HTTP method named (get, post, etc) routers to the API router to be consistent with documentation