mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
Add note about detailed changelog
This commit is contained in:
parent
01b0156a0f
commit
98c28b5e33
1 changed files with 4 additions and 0 deletions
|
@ -35,6 +35,10 @@ Digger will automatically bisect the history for you.
|
|||
We use Bugzilla to list fixed issues on a new release. This list is then included in the changelog.
|
||||
For this list to be accurate then invalid or duplicated bugs must be closed with the appropriate resolution ('RESOLVED INVALID' and 'RESOLVED DUPLICATE', respectively - as opposed to e.g. 'RESOLVED FIXED').
|
||||
|
||||
Changes that don't come with a bugzilla entry, such as new features, or enhancement on existing features, should come with their own changelog entry. Changelog entries should be written for everyday users, not compiler contributors.
|
||||
Additionally, for larger changes, you may want to add a specialized, detailed entry even if a bugzilla entry exists.
|
||||
See [changelog/README.md](changelog/README.md) for details on how to add a changelog entry.
|
||||
Note that after a version has entered the release window (there is a beta / the change is in stable), changes should be made directly [in the dlang.org repository](https://github.com/dlang/dlang.org/tree/master/changelog).
|
||||
|
||||
## Solving bugs / Submitting pull requests
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue