Skip to content

Commit 655069b

Browse files
authored
Merge pull request #3407 from MartinNowak/merge_stable
merge stable
2 parents 7c862ef + 63fa764 commit 655069b

File tree

3 files changed

+10
-7
lines changed

3 files changed

+10
-7
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.100.1
1+
2.100.2

changelog/2.100.2_pre.dd renamed to changelog/2.100.2.dd

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@ Ddoc
22

33
$(CHANGELOG_NAV_INJECT)
44

5-
$(VERSION Sep 01, 2022, =================================================,
5+
$(VERSION Sep 10, 2022, =================================================,
66

77
$(CHANGELOG_HEADER_STATISTICS
8-
$(VER) comes with 1 major change and 20 fixed Bugzilla issues.
8+
$(VER) comes with 1 major change and 21 fixed Bugzilla issues.
99
A huge thanks goes to the
10-
$(LINK2 #contributors, 16 contributors)
10+
$(LINK2 #contributors, 18 contributors)
1111
who made $(VER) possible.)
1212

1313
$(BUGSTITLE_TEXT_HEADER Compiler changes,
@@ -86,11 +86,13 @@ $(BUGSTITLE_BUGZILLA Phobos regression fixes,
8686

8787
$(LI $(BUGZILLA 23132): "cannot access frame pointer" comparing two ranges for equality from v2.099.0)
8888
$(LI $(BUGZILLA 23140): Array!T where T is a shared class no longer works)
89+
$(LI $(BUGZILLA 23238): Cannot write a const Nullable$(LPAREN)T, T nullValue$(RPAREN))
8990
)
9091
)
91-
$(D_CONTRIBUTORS_HEADER 16)
92+
$(D_CONTRIBUTORS_HEADER 18)
9293
$(D_CONTRIBUTORS
9394
$(D_CONTRIBUTOR Boris Carvajal)
95+
$(D_CONTRIBUTOR dawg)
9496
$(D_CONTRIBUTOR Dennis)
9597
$(D_CONTRIBUTOR Dennis Korpel)
9698
$(D_CONTRIBUTOR FeepingCreature)
@@ -106,6 +108,7 @@ $(D_CONTRIBUTORS
106108
$(D_CONTRIBUTOR RubyTheRoobster)
107109
$(D_CONTRIBUTOR Tomáš Chaloupka)
108110
$(D_CONTRIBUTOR Walter Bright)
111+
$(D_CONTRIBUTOR wolframw)
109112
)
110113
$(D_CONTRIBUTORS_FOOTER)
111114
$(CHANGELOG_NAV_INJECT)

download.dd

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

200200
DMDV2=2.100.0
201201

202-
_=BETA=$(COMMENT $0)
203-
BETA=$0
202+
BETA=$(COMMENT $0)
203+
_=BETA=$0
204204
B_DMDV2=2.100.2
205205
B_SUFFIX=beta.1
206206

0 commit comments

Comments
 (0)