Skip to content

Commit 9fe9a45

Browse files
committed
update download and changelog for v2.093.0
1 parent a511710 commit 9fe9a45

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.092.1
1+
2.093.0

changelog/2.093.0_pre.dd renamed to changelog/2.093.0.dd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ Ddoc
22

33
$(CHANGELOG_NAV_INJECT)
44

5-
$(VERSION Jul 05, 2020, =================================================,
5+
$(VERSION Jul 07, 2020, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 11 major changes and 57 fixed Bugzilla issues.
8+
$(VER) comes with 11 major changes and 58 fixed Bugzilla issues.
99
A huge thanks goes to the
1010
$(LINK2 #contributors, 54 contributors)
1111
who made $(VER) possible.)
@@ -308,6 +308,7 @@ $(LI $(BUGZILLA 20906): unnecessary divide-by-zero errors when constant folding
308308
$(LI $(BUGZILLA 20909): .offsetof fails on forward reference of field)
309309
$(LI $(BUGZILLA 20915): __traits$(LPAREN)allMembers$(RPAREN) results include custom version identifiers, which is unusable)
310310
$(LI $(BUGZILLA 20923): Redefinition of 'size_t' is affecting TypeStruct functions)
311+
$(LI $(BUGZILLA 20989): Checking array.ptr causes safety error with -checkaction=context)
311312
)
312313
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
313314

download.dd

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

219219
DMDV2=$(LATEST)
220220

221-
_=BETA=$(COMMENT $0)
222-
BETA=$0
221+
BETA=$(COMMENT $0)
222+
_=BETA=$0
223223
B_DMDV2=2.093.0
224224
B_SUFFIX=rc.1
225225

0 commit comments

Comments
 (0)