@@ -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
@@ -268,31 +267,6 @@ in order to compile the version string into the application being built.
268
267
)
269
268
)
270
269
271
- $(LI $(LNAME2 minDubVersion,Dub now supports a `minDubVersion` field.)
272
- $(CHANGELOG_SOURCE_FILE dub, changelog/minDubVersion.dd)
273
- $(P
274
- This field will abort the build if the user doesn't have a recent enough version of dub
275
- and miss needed feature to perform the build.
276
- )
277
-
278
- $(P
279
- `minDubVersion` can be added to project's `dub.json`:
280
- )
281
- -------
282
- {
283
- ...
284
- "minDubVersion": "1.10"
285
- ...
286
- }
287
- ------
288
- $(P
289
- or `dub.sdl`:
290
- )
291
- ------
292
- minDubVersion "1.10"
293
- ------
294
- )
295
-
296
270
297
271
)
298
272
@@ -301,6 +275,7 @@ $(CHANGELOG_SEP_TEXT_BUGZILLA)
301
275
$(BUGSTITLE_BUGZILLA DMD Compiler regressions,
302
276
303
277
$(LI $(BUGZILLA 19248): Wrong mangle for C++ const STL classes/structs)
278
+ $(LI $(BUGZILLA 19304): [Reg 2.081.0] Linker arguments order changed in issue 15574 hinders using --whole-archive linker directive)
304
279
)
305
280
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
306
281
@@ -344,6 +319,7 @@ $(LI $(BUGZILLA 19228): hasAliasing fails on static arrays)
344
319
$(LI $(BUGZILLA 19240): std.typecons.Tuple should check for reserved identifiers)
345
320
$(LI $(BUGZILLA 19275): std.process: redirecting output in a non-console application fails)
346
321
$(LI $(BUGZILLA 19289): std.range.transposed with enforceNotJagged not throwing)
322
+ $(LI $(BUGZILLA 19297): JSONValue of signed and unsigned equal values is not equal)
347
323
)
348
324
$(BUGSTITLE_BUGZILLA Phobos enhancements,
349
325
@@ -356,6 +332,7 @@ $(BUGSTITLE_BUGZILLA Druntime bugs,
356
332
$(LI $(BUGZILLA 19250): DWARF Backtraces with very long symbol names read out of bounds when printing)
357
333
$(LI $(BUGZILLA 19262): hashOf associative array should infer nothrow)
358
334
$(LI $(BUGZILLA 19282): hashOf segfaults for non-null C++ objects)
335
+ $(LI $(BUGZILLA 19314): Thread object destruction may result in UB)
359
336
)
360
337
$(BUGSTITLE_BUGZILLA Druntime enhancements,
361
338
@@ -366,7 +343,7 @@ $(BUGSTITLE_BUGZILLA dlang.org bugs,
366
343
$(LI $(BUGZILLA 18104): Alias example compiles where it states that it should be illegal)
367
344
)
368
345
)
369
- $(D_CONTRIBUTORS_HEADER 48 )
346
+ $(D_CONTRIBUTORS_HEADER 50 )
370
347
$(D_CONTRIBUTORS
371
348
$(D_CONTRIBUTOR 0xEAB)
372
349
$(D_CONTRIBUTOR aG0aep6G)
@@ -396,6 +373,7 @@ $(D_CONTRIBUTORS
396
373
$(D_CONTRIBUTOR Martin Nowak)
397
374
$(D_CONTRIBUTOR Mathias Lang)
398
375
$(D_CONTRIBUTOR Mathis Beer)
376
+ $(D_CONTRIBUTOR Mihails Strasuns)
399
377
$(D_CONTRIBUTOR Mike Franklin)
400
378
$(D_CONTRIBUTOR Mike Parker)
401
379
$(D_CONTRIBUTOR Márcio Martins)
@@ -416,6 +394,7 @@ $(D_CONTRIBUTORS
416
394
$(D_CONTRIBUTOR Vladimir Panteleev)
417
395
$(D_CONTRIBUTOR Walter Bright)
418
396
$(D_CONTRIBUTOR wolframw)
397
+ $(D_CONTRIBUTOR Ľudovít Lučenič)
419
398
)
420
399
$(D_CONTRIBUTORS_FOOTER)
421
400
$(CHANGELOG_NAV_INJECT)
0 commit comments