@@ -5,14 +5,15 @@ $(CHANGELOG_NAV_INJECT)
55$(VERSION Feb 15, 2023, =================================================,
66
77$(CHANGELOG_HEADER_STATISTICS
8- $(VER) comes with 1 major change and 5 fixed Bugzilla issues.
8+ $(VER) comes with 2 major changes and 5 fixed Bugzilla issues.
99 A huge thanks goes to the
10- $(LINK2 #contributors, 5 contributors)
10+ $(LINK2 #contributors, 6 contributors)
1111 who made $(VER) possible.)
1212
1313$(BUGSTITLE_TEXT_HEADER Dub changes,
1414
1515$(LI $(RELATIVE_LINK2 cwd-fix,Reverted v1.31.0 working directory change when using `dub run --root=<value>`))
16+ $(LI $(RELATIVE_LINK2 path-dep-fix,Path dependencies of path-based sub-packages have been fixed))
1617
1718)
1819
@@ -42,6 +43,19 @@ future DUB versions.
4243)
4344)
4445
46+ $(LI $(LNAME2 path-dep-fix,Path dependencies of path-based sub-packages have been fixed)
47+ $(CHANGELOG_SOURCE_FILE dub, changelog/path-dep-fix.dd)
48+ $(P
49+ Path-based dependencies in path-based sub-packages in DUB v1.30.0 and 1.31.0
50+ have had regressed and didn't resolve properly. (dub.selections.json could be
51+ used to workaround this issue before)
52+ )
53+
54+ $(P
55+ From this release, these resolve properly again.
56+ )
57+ )
58+
4559
4660)
4761
@@ -62,11 +76,12 @@ $(BUGSTITLE_BUGZILLA Phobos bug fixes,
6276$(LI $(BUGZILLA 23668): Can't stable sort structs with disabled default constructor.)
6377)
6478)
65- $(D_CONTRIBUTORS_HEADER 5 )
79+ $(D_CONTRIBUTORS_HEADER 6 )
6680$(D_CONTRIBUTORS
6781 $(D_CONTRIBUTOR Dennis)
6882 $(D_CONTRIBUTOR Dmytro Katyukha)
6983 $(D_CONTRIBUTOR Iain Buclaw)
84+ $(D_CONTRIBUTOR Martin Kinkelin)
7085 $(D_CONTRIBUTOR Mathis Beer)
7186 $(D_CONTRIBUTOR Razvan Nitu)
7287)
0 commit comments