@@ -5,8 +5,8 @@ $(CHANGELOG_NAV_INJECT)
5
5
$(VERSION Nov 01, 2018, =================================================,
6
6
7
7
$(CHANGELOG_HEADER_STATISTICS
8
- $(VER) comes with 12 major changes and 43 fixed Bugzilla issues.
9
- A huge thanks goes to the 48 contributors who made $(VER) possible.)
8
+ $(VER) comes with 11 major changes and 46 fixed Bugzilla issues.
9
+ A huge thanks goes to the 50 contributors who made $(VER) possible.)
10
10
11
11
$(BUGSTITLE_TEXT_HEADER Compiler changes,
12
12
@@ -31,7 +31,6 @@ $(BUGSTITLE_TEXT_HEADER Dub changes,
31
31
32
32
$(LI $(RELATIVE_LINK2 betterC_build_option,betterC build option has been added))
33
33
$(LI $(RELATIVE_LINK2 env_var_package_version,Environment variable DUB_PACKAGE_VERSION added))
34
- $(LI $(RELATIVE_LINK2 minDubVersion,Dub now supports a `minDubVersion` field.))
35
34
36
35
)
37
36
@@ -258,31 +257,6 @@ DUB now supports the environment variable DUB_PACKAGE_VERSION containing the ver
258
257
)
259
258
)
260
259
261
- $(LI $(LNAME2 minDubVersion,Dub now supports a `minDubVersion` field.)
262
- $(CHANGELOG_SOURCE_FILE dub, changelog/minDubVersion.dd)
263
- $(P
264
- This field will abort the build if the user doesn't have a recent enough version of dub
265
- and miss needed feature to perform the build.
266
- )
267
-
268
- $(P
269
- `minDubVersion` can be added to project's `dub.json`:
270
- )
271
- -------
272
- {
273
- ...
274
- "minDubVersion": "1.10"
275
- ...
276
- }
277
- ------
278
- $(P
279
- or `dub.sdl`:
280
- )
281
- ------
282
- minDubVersion "1.10"
283
- ------
284
- )
285
-
286
260
287
261
)
288
262
@@ -291,6 +265,7 @@ $(CHANGELOG_SEP_TEXT_BUGZILLA)
291
265
$(BUGSTITLE_BUGZILLA DMD Compiler regressions,
292
266
293
267
$(LI $(BUGZILLA 19248): Wrong mangle for C++ const STL classes/structs)
268
+ $(LI $(BUGZILLA 19304): [Reg 2.081.0] Linker arguments order changed in issue 15574 hinders using --whole-archive linker directive)
294
269
)
295
270
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
296
271
@@ -334,6 +309,7 @@ $(LI $(BUGZILLA 19228): hasAliasing fails on static arrays)
334
309
$(LI $(BUGZILLA 19240): std.typecons.Tuple should check for reserved identifiers)
335
310
$(LI $(BUGZILLA 19275): std.process: redirecting output in a non-console application fails)
336
311
$(LI $(BUGZILLA 19289): std.range.transposed with enforceNotJagged not throwing)
312
+ $(LI $(BUGZILLA 19297): JSONValue of signed and unsigned equal values is not equal)
337
313
)
338
314
$(BUGSTITLE_BUGZILLA Phobos enhancements,
339
315
@@ -346,6 +322,7 @@ $(BUGSTITLE_BUGZILLA Druntime bugs,
346
322
$(LI $(BUGZILLA 19250): DWARF Backtraces with very long symbol names read out of bounds when printing)
347
323
$(LI $(BUGZILLA 19262): hashOf associative array should infer nothrow)
348
324
$(LI $(BUGZILLA 19282): hashOf segfaults for non-null C++ objects)
325
+ $(LI $(BUGZILLA 19314): Thread object destruction may result in UB)
349
326
)
350
327
$(BUGSTITLE_BUGZILLA Druntime enhancements,
351
328
@@ -356,7 +333,7 @@ $(BUGSTITLE_BUGZILLA dlang.org bugs,
356
333
$(LI $(BUGZILLA 18104): Alias example compiles where it states that it should be illegal)
357
334
)
358
335
)
359
- $(D_CONTRIBUTORS_HEADER 48 )
336
+ $(D_CONTRIBUTORS_HEADER 50 )
360
337
$(D_CONTRIBUTORS
361
338
$(D_CONTRIBUTOR 0xEAB)
362
339
$(D_CONTRIBUTOR aG0aep6G)
@@ -386,6 +363,7 @@ $(D_CONTRIBUTORS
386
363
$(D_CONTRIBUTOR Martin Nowak)
387
364
$(D_CONTRIBUTOR Mathias Lang)
388
365
$(D_CONTRIBUTOR Mathis Beer)
366
+ $(D_CONTRIBUTOR Mihails Strasuns)
389
367
$(D_CONTRIBUTOR Mike Franklin)
390
368
$(D_CONTRIBUTOR Mike Parker)
391
369
$(D_CONTRIBUTOR Márcio Martins)
@@ -406,6 +384,7 @@ $(D_CONTRIBUTORS
406
384
$(D_CONTRIBUTOR Vladimir Panteleev)
407
385
$(D_CONTRIBUTOR Walter Bright)
408
386
$(D_CONTRIBUTOR wolframw)
387
+ $(D_CONTRIBUTOR Ľudovít Lučenič)
409
388
)
410
389
$(D_CONTRIBUTORS_FOOTER)
411
390
$(CHANGELOG_NAV_INJECT)
0 commit comments