From b77691c2e2cafce2ff7747fbfe620f95228b6e1e Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Wed, 15 May 2019 08:58:54 +0200 Subject: [PATCH] Add changelog entry for -dip1000 --- changelog/phobos-dip1000.dd | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/phobos-dip1000.dd diff --git a/changelog/phobos-dip1000.dd b/changelog/phobos-dip1000.dd new file mode 100644 index 00000000000..812f3c6c275 --- /dev/null +++ b/changelog/phobos-dip1000.dd @@ -0,0 +1,7 @@ +Phobos is now compiled with -preview=dip1000 + +Phobos and Druntime are now compiled with -preview=dip1000. + +This is a major milestone in the transition to $(LINK2 https://github.com/dlang/DIPs/blob/master/DIPs/other/DIP1000.md, DIP1000). Hence, end users can now start using `-preview=dip1000` in their own code bases. + +As always, any encountered issue should be reported to the $(LINK2 https://issues.dlang.org, issue tracker).