-
-
Notifications
You must be signed in to change notification settings - Fork 608
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add changelog entry about reverting 14708
- Loading branch information
1 parent
e9837b5
commit cc724f2
Showing
3 changed files
with
34 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| Ddoc | ||
|
|
||
| $(COMMENT Pending changelog for 2.068.2. | ||
| ) | ||
|
|
||
| $(BUGSTITLE Compiler Changes, | ||
| $(LI The fix for $(BUGZILLA 14708) was reverted: destructor for temporary not called during stack unwinding, see $(DMDPR 5110).) | ||
| ) | ||
|
|
||
| $(BUGSTITLE Compiler Changes, | ||
| ) | ||
|
|
||
| Macros: | ||
| TITLE=Change Log | ||
|
|
||
| BUGSTITLE = <div class="bugsfixed">$(H4 $1) $(OL $2 )</div> | ||
|
|
||
| RELATIVE_LINK2=<a href="#$1">$+</a> | ||
| LNAME2=<a class="anchor" title="Permalink to this section" id="$1" href="#$1">$+</a> | ||
|
|
||
| BUGZILLA = <a href="https://issues.dlang.org/show_bug.cgi?id=$0">Bugzilla $0</a> | ||
| PULL_REQUEST = $(LINK2 https://github.com/D-Programming-Language/$1/pull/$2, $1#$2) | ||
| DMDPR = $(PULL_REQUEST dmd,$1) | ||
|
|
||
| BOOKTABLE = <table><caption>$1</caption>$+</table> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters