Skip to content

Commit 3ebf064

Browse files
committed
update download and changelog for v2.092.0
1 parent 761c4ce commit 3ebf064

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.091.1
1+
2.092.0

changelog/2.092.0_pre.dd renamed to changelog/2.092.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 May 10, 2020, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 15 major changes and 43 fixed Bugzilla issues.
8+
$(VER) comes with 15 major changes and 44 fixed Bugzilla issues.
99
A huge thanks goes to the
1010
$(LINK2 #contributors, 47 contributors)
1111
who made $(VER) possible.)
@@ -904,6 +904,7 @@ $(LI $(BUGZILLA 20606): Cannot cast non-mutable BitArray to void[], size_t[])
904904
$(LI $(BUGZILLA 20733): Documentation for hasElaborateAssign says copy construction creates an opAssign)
905905
$(LI $(BUGZILLA 20743): Checked!$(LPAREN)int, Abort$(RPAREN) does not abort but raise SIGFPE)
906906
$(LI $(BUGZILLA 20755): ImplicitConversionTargets of const class are nonconst)
907+
$(LI $(BUGZILLA 20799): schwartzSort does not pin transformation results with indirections, leading to memory corruption)
907908
)
908909
$(BUGSTITLE_BUGZILLA Phobos enhancements,
909910

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.092.0
224224
B_SUFFIX=rc.1
225225

0 commit comments

Comments
 (0)