From 7c0a6512fdd6a4264bd3b59d55e266aee1c0aa00 Mon Sep 17 00:00:00 2001 From: Iain Buclaw Date: Fri, 28 Oct 2022 11:38:00 +0200 Subject: [PATCH] changelog: Clarify naming convention of changelog entries that are now picked up by changed.d --- changelog/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/changelog/README.md b/changelog/README.md index 874d70fe0f..b77adbc9d2 100644 --- a/changelog/README.md +++ b/changelog/README.md @@ -4,9 +4,10 @@ merged into stable prior to a new release. How to add a new changelog entry to the pending changelog? ========================================================== -Create a new file in the `changelog` folder. It should end with `.dd` and look -similar to a git commit message. The first line represents the title of the change. -After an empty line follows the long description: +Create a new file in the `changelog` folder. It should begin with either `dmd.` +or `druntime.` and end with `.dd`. The contents of the entry should look +similar to a git commit message. The first line represents the title of the +change. After an empty line follows the long description: ``` My fancy title of the new feature