Skip to content

Commit c29d498

Browse files
committed
update download and changelog for v2.083.0
1 parent 718b619 commit c29d498

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.082.1
1+
2.083.0

changelog/2.083.0_pre.dd renamed to changelog/2.083.0.dd

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $(CHANGELOG_NAV_INJECT)
55
$(VERSION Nov 01, 2018, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 11 major changes and 46 fixed Bugzilla issues.
8+
$(VER) comes with 11 major changes and 47 fixed Bugzilla issues.
99
A huge thanks goes to the 51 contributors who made $(VER) possible.)
1010

1111
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -272,6 +272,7 @@ $(BUGSTITLE_BUGZILLA DMD Compiler bugs,
272272
$(LI $(BUGZILLA 11538): [ICE] stack overflow with recursive NullableRef fails)
273273
$(LI $(BUGZILLA 14246): RAII - proper destruction of partially constructed objects/structs)
274274
$(LI $(BUGZILLA 15374): [internal] Nothing should import ddmd.mars)
275+
$(LI $(BUGZILLA 18457): betterC - struct destructor is always called at function return)
275276
$(LI $(BUGZILLA 18771): Identical overload sets in different modules have different identities)
276277
$(LI $(BUGZILLA 18955): extern$(LPAREN)C++$(RPAREN) default struct mangling is overridden when interacting with a `cppmangle = class` template)
277278
$(LI $(BUGZILLA 19098): Improve error for non-assignable struct)

download.dd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -210,8 +210,8 @@ Macros:
210210

211211
DMDV2=$(LATEST)
212212

213-
_=BETA=$(COMMENT $0)
214-
BETA=$0
213+
BETA=$(COMMENT $0)
214+
_=BETA=$0
215215
B_DMDV2=2.083.0
216216
B_SUFFIX=rc.1
217217

0 commit comments

Comments
 (0)