From dc52c70788d48bb36540f7af4205a1e1b4411bb1 Mon Sep 17 00:00:00 2001 From: Timothy Crosley Date: Sun, 31 Jan 2016 18:49:24 -0800 Subject: [PATCH] Define desired changeset --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd93d6d8..014a0fa1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -129,6 +129,7 @@ Changelog - Added support for automatically adding headers based on route match - Added support for quickly adding cache header based on route match - Added support for quickly adding allow origin header based on route match +- Documentation generation was moved to API instances to enable easier customization - Now correctly identifies and handles custom encodings - Improved integration with Falcon so that primary elements (like status codes) can be imported directly from hug - Added the ability to specify a transformer for validation errors per request handler, via `on_invalid` decorator argument