|
| 1 | +Ddoc |
| 2 | + |
| 3 | +$(CHANGELOG_NAV_INJECT) |
| 4 | + |
| 5 | +$(VERSION May 01, 2024, =================================================, |
| 6 | + |
| 7 | +$(CHANGELOG_HEADER_STATISTICS |
| 8 | +$(VER) comes with 9 fixed Bugzilla issues. |
| 9 | + A huge thanks goes to the |
| 10 | + $(LINK2 #contributors, 11 contributors) |
| 11 | + who made $(VER) possible.) |
| 12 | + |
| 13 | +$(CHANGELOG_SEP_HEADER_TEXT_NONEMPTY) |
| 14 | + |
| 15 | +$(CHANGELOG_SEP_HEADER_TEXT) |
| 16 | + |
| 17 | +$(CHANGELOG_SEP_TEXT_BUGZILLA) |
| 18 | + |
| 19 | +$(BUGSTITLE_BUGZILLA DMD Compiler regression fixes, |
| 20 | + |
| 21 | +$(LI $(BUGZILLA 23657): [REG2.101] Incorrect error escape reference to stack allocated value) |
| 22 | +$(LI $(BUGZILLA 24436): a array be overwritten when other array be written) |
| 23 | +$(LI $(BUGZILLA 24479): [REG2.104] Error on getAttributes on getOverloads of templates) |
| 24 | +$(LI $(BUGZILLA 24505): [REG2.108] ImportC: Function-like macros $(LPAREN)newly translated to templates$(RPAREN) may collide with regular symbols) |
| 25 | +$(LI $(BUGZILLA 24519): compiler segfault on default argument with slice operator []) |
| 26 | +) |
| 27 | +$(BUGSTITLE_BUGZILLA DMD Compiler bug fixes, |
| 28 | + |
| 29 | +$(LI $(BUGZILLA 24495): ImportC: Struct initialization expression fails to initialize field) |
| 30 | +$(LI $(BUGZILLA 24509): importC cannot handle _stdcall Function Calling Convention with single heading underscore) |
| 31 | +$(LI $(BUGZILLA 24511): __stdcall functions from C are extern$(LPAREN)C$(RPAREN) in D.) |
| 32 | +) |
| 33 | +$(BUGSTITLE_BUGZILLA Druntime regression fixes, |
| 34 | + |
| 35 | +$(LI $(BUGZILLA 24498): Multidimensional array not scanned by GC) |
| 36 | +) |
| 37 | +) |
| 38 | +$(D_CONTRIBUTORS_HEADER 11) |
| 39 | +$(D_CONTRIBUTORS |
| 40 | + $(D_CONTRIBUTOR Artha) |
| 41 | + $(D_CONTRIBUTOR Dennis) |
| 42 | + $(D_CONTRIBUTOR Dennis Korpel) |
| 43 | + $(D_CONTRIBUTOR FeepingCreature) |
| 44 | + $(D_CONTRIBUTOR Ferhat Kurtulmuş) |
| 45 | + $(D_CONTRIBUTOR Harry Gillanders) |
| 46 | + $(D_CONTRIBUTOR Iain Buclaw) |
| 47 | + $(D_CONTRIBUTOR Jonathan M Davis) |
| 48 | + $(D_CONTRIBUTOR Martin Kinkelin) |
| 49 | + $(D_CONTRIBUTOR Razvan Nitu) |
| 50 | + $(D_CONTRIBUTOR Tim Schendekehl) |
| 51 | +) |
| 52 | +$(D_CONTRIBUTORS_FOOTER) |
| 53 | +$(CHANGELOG_NAV_INJECT) |
| 54 | + |
| 55 | +Macros: |
| 56 | + VER=2.108.1 |
| 57 | + TITLE=Change Log: $(VER) |
0 commit comments