diff --git a/changelog/betterc.dd b/changelog/betterc.dd new file mode 100644 index 000000000000..32483914e71f --- /dev/null +++ b/changelog/betterc.dd @@ -0,0 +1,8 @@ +$(TT -betterC) enhancements + +Many improvements were added to the dmd's $(TT -betterC) implementation, most +notably programs compiled with $(TT -betterC) will no longer reference unused +druntime symbols, asserts are implemented as C `` calls, and phobos is +not linked by default. + +See the $(LINK2 $(ROOT_DIR)spec/betterc.html, Better C) specs for more details.