From fa0fdc87f31b8df68564b425ba3f94ff4f8aa43b Mon Sep 17 00:00:00 2001 From: Sebastian Wilzbach Date: Sun, 18 Feb 2018 03:55:18 +0100 Subject: [PATCH] Use upper-casing for the GC init changelog entry --- changelog/lazy-gc-init.dd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/lazy-gc-init.dd b/changelog/lazy-gc-init.dd index cf33158843..b65476b812 100644 --- a/changelog/lazy-gc-init.dd +++ b/changelog/lazy-gc-init.dd @@ -1,3 +1,3 @@ -the garbage collector is now lazily initialized on first use +The garbage collector is now lazily initialized on first use The runtime now lazily initializes the GC on first use, thus allowing applications that do not use the GC to skip its initialization.