File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,33 @@ $(DIVC version,
3
3
$(P
4
4
$(B $(LARGE $(LINK2 http://nightlies.dlang.org, Download D nightlies)))$(BR)
5
5
$(SMALL $1)
6
+
6
7
)
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
+
7
33
$3
8
34
)
9
35
CHANGELOG_SEP_HEADER_TEXT_NONEMPTY=$(BR)$(BIG $(RELATIVE_LINK2 bugfix-list, List of all upcoming bug fixes and enhancements in D $(VER).))
You can’t perform that action at this time.
0 commit comments