@@ -5,14 +5,15 @@ $(CHANGELOG_NAV_INJECT)
5
5
$(VERSION Feb 15, 2023, =================================================,
6
6
7
7
$(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.
9
9
A huge thanks goes to the
10
- $(LINK2 #contributors, 5 contributors)
10
+ $(LINK2 #contributors, 6 contributors)
11
11
who made $(VER) possible.)
12
12
13
13
$(BUGSTITLE_TEXT_HEADER Dub changes,
14
14
15
15
$(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))
16
17
17
18
)
18
19
@@ -42,6 +43,19 @@ future DUB versions.
42
43
)
43
44
)
44
45
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
+
45
59
46
60
)
47
61
@@ -62,11 +76,12 @@ $(BUGSTITLE_BUGZILLA Phobos bug fixes,
62
76
$(LI $(BUGZILLA 23668): Can't stable sort structs with disabled default constructor.)
63
77
)
64
78
)
65
- $(D_CONTRIBUTORS_HEADER 5 )
79
+ $(D_CONTRIBUTORS_HEADER 6 )
66
80
$(D_CONTRIBUTORS
67
81
$(D_CONTRIBUTOR Dennis)
68
82
$(D_CONTRIBUTOR Dmytro Katyukha)
69
83
$(D_CONTRIBUTOR Iain Buclaw)
84
+ $(D_CONTRIBUTOR Martin Kinkelin)
70
85
$(D_CONTRIBUTOR Mathis Beer)
71
86
$(D_CONTRIBUTOR Razvan Nitu)
72
87
)
0 commit comments