From d8a1e1713bbf10295063d47981566f2df746d5bb Mon Sep 17 00:00:00 2001 From: shalvah Date: Fri, 22 May 2020 18:57:00 +0100 Subject: [PATCH] Update doc --- docs/whats-new.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/whats-new.md b/docs/whats-new.md index 4abf8af8..f5162358 100644 --- a/docs/whats-new.md +++ b/docs/whats-new.md @@ -46,6 +46,7 @@ A few other things that might interest some folk: - [File upload inputs are supported, too](documenting-endpoint-body-parameters.html#documenting-file-uploads) - The output Markdown is now split across multiple files. - There are now [a lot more ways](customization.html) to customize the generated docs. +- You can now specify headers for a single endpoint with the `@header` annotation. - The default group is now called "Endpoints". - If you're interested in contributing, we've also added a [guide for that](contributing.html). We've reworked the tests structure as well to make it easier to maintain.