Skip to content

Commit 51dcb74

Browse files
committed
Add @include and @includeCode to changelog for 0.27
Resolves #2786
1 parent 6adc8c6 commit 51dcb74

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,12 @@ title: Changelog
6969
commonly used types as it will result in inlining the comments for those
7070
types everywhere they are referenced, #2303.
7171
- Introduced a new `@useDeclaredType` tag for type aliases which can sometimes
72-
improve their documentation, #2654..
72+
improve their documentation, #2654.
7373
- Added a new `@mergeModuleWith` tag which can be used to tell TypeDoc to
7474
place a module/namespace's children under a different module/namespace and
7575
remove the real parent, #2281.
76+
- Added new `@include` and `@includeCode` inline tags to include files within
77+
comments/documents.
7678
- Add `notRenderedTags` option. This option is similar to the `excludeTags`
7779
option, but while `excludeTags` will result in the tag being completely
7880
removed from the documentation, `notRenderedTags` only prevents it from

0 commit comments

Comments
 (0)