2
2
3
3
$(CHANGELOG_NAV_INJECT)
4
4
5
- $(VERSION May 01 , 2020, =================================================,
5
+ $(VERSION May 10 , 2020, =================================================,
6
6
7
7
$(CHANGELOG_HEADER_STATISTICS
8
- $(VER) comes with 15 major changes and 39 fixed Bugzilla issues.
8
+ $(VER) comes with 15 major changes and 43 fixed Bugzilla issues.
9
9
A huge thanks goes to the
10
10
$(LINK2 #contributors, 47 contributors)
11
11
who made $(VER) possible.)
@@ -819,7 +819,7 @@ Import `std.digest` or its submodules instead.
819
819
)
820
820
821
821
$(P
822
- Additionally the deprecation cycle for `std.digest` was started
822
+ Additionally the deprecation cycle for `std.digest.digest ` was started
823
823
and the module will be removed in 2.101.
824
824
)
825
825
)
@@ -863,11 +863,13 @@ $(BUGSTITLE_BUGZILLA DMD Compiler regressions,
863
863
864
864
$(LI $(BUGZILLA 20596): [REG2.086] Error on missed stack allocation for closure for template)
865
865
$(LI $(BUGZILLA 20597): [REG2.080] Wrong closure GC allocation with dip1000)
866
+ $(LI $(BUGZILLA 20718): enum type mismatch causes wrong location on error)
866
867
$(LI $(BUGZILLA 20742): dmd -X $(LPAREN)JSON output$(RPAREN) includes uncompiled symbols)
867
868
)
868
869
$(BUGSTITLE_BUGZILLA DMD Compiler bugs,
869
870
870
871
$(LI $(BUGZILLA 14639): Assigning init value to struct uses stack, causing segfault)
872
+ $(LI $(BUGZILLA 15867): Compiler reports wrong error location for immutability error)
871
873
$(LI $(BUGZILLA 19949): C++ Mangling: no support for abi-tags from the Itanium ABI)
872
874
$(LI $(BUGZILLA 20084): return by auto ref unsafe - and different code for inout ref and ref.)
873
875
$(LI $(BUGZILLA 20461): [dip1000] Passing stack allocated string to assert compiles)
@@ -882,6 +884,8 @@ $(LI $(BUGZILLA 20658): can modify overlapped storage classes in @safe enum func
882
884
$(LI $(BUGZILLA 20675): dip1000 improper error about copying scope parameter into allocated memory)
883
885
$(LI $(BUGZILLA 20682): [DIP1000] wrong error: scope variable may not be copied into allocated memory)
884
886
$(LI $(BUGZILLA 20696): Should error when retrieving mangling while the type is not yet final)
887
+ $(LI $(BUGZILLA 20779): Segfault when self-containing struct is accessed from inside in a __traits$(LPAREN)compiles$(RPAREN) context)
888
+ $(LI $(BUGZILLA 20795): [dip1000] segfault on templated opEquals)
885
889
)
886
890
$(BUGSTITLE_BUGZILLA DMD Compiler enhancements,
887
891
0 commit comments