Skip to content

Commit 3f308a7

Browse files
committed
Add contributor hints and explanation of pending.dd
1 parent 49eb236 commit 3f308a7

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

changelog/pending.ddoc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,33 @@ $(DIVC version,
33
$(P
44
$(B $(LARGE $(LINK2 http://nightlies.dlang.org, Download D nightlies)))$(BR)
55
$(SMALL $1)
6+
67
)
8+
9+
$(HR)
10+
11+
$(P
12+
This changelog has been $(B automatically generated) from all commits in $(B $(CODE master))
13+
since the last release.
14+
)
15+
$(P
16+
$(UL
17+
$(LI The full-text messages are assembled from the $(CODE changelog/) directories of the respective repositories:
18+
$(LINK2 https://github.com/dlang/dmd/tree/master/changelog, $(CODE dmd)),
19+
$(LINK2 https://github.com/dlang/druntime/tree/master/changelog, $(CODE druntime)),
20+
$(LINK2 https://github.com/dlang/phobos/tree/master/changelog, $(CODE phobos)),
21+
$(LINK2 https://github.com/dlang/tools/tree/master/changelog, $(CODE tools)),
22+
$(LINK2 https://github.com/dlang/dlang.org/tree/master/changelog, $(CODE dlang.org)),
23+
$(LINK2 https://github.com/dlang/installer/tree/master/changelog, $(CODE installer)), and
24+
$(LINK2 https://github.com/dlang/dub/tree/master/changelog, $(CODE dub)).
25+
)
26+
$(LI See the $(LINK2 https://github.com/dlang-bots/dlang-bot#automated-references, DLang-Bot documentation) for details on referencing Bugzilla.
27+
The DAutoTest PR preview doesn't include the Bugzilla changelog.)
28+
)
29+
)
30+
31+
$(HR)
32+
733
$3
834
)
935
CHANGELOG_SEP_HEADER_TEXT_NONEMPTY=$(BR)$(BIG $(RELATIVE_LINK2 bugfix-list, List of all upcoming bug fixes and enhancements in D $(VER).))

0 commit comments

Comments
 (0)