Skip to content

Commit fdb1e03

Browse files
author
Samuel Gélineau
committed
add changelog.d entry
1 parent 1f6d7d7 commit fdb1e03

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

changelog.d/issue1240

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
synopsis: Merge documentation from duplicate routes
2+
prs: #1241
3+
issues: #1240
4+
5+
description: {
6+
7+
Servant supports defining the same route multiple times with different
8+
content-types and result-types, but servant-docs was only documenting
9+
the first of copy of such duplicated routes. It now combines the
10+
documentation from all the copies.
11+
12+
Unfortunately, it is not yet possible for the documentation to specify
13+
multiple status codes.
14+
15+
}

0 commit comments

Comments
 (0)