Skip to content
Snippets Groups Projects
Unverified Commit fbe25f84 authored by Phil de Joux's avatar Phil de Joux
Browse files

Define a user-visible change

- Add anchor for user-visible change
parent c80ee758
No related branches found
No related tags found
No related merge requests found
......@@ -290,9 +290,13 @@ issues) when appropriate.
Changelog
---------
When opening a pull request with a user-visible change, you should write one changelog entry
(or more in case of multiple independent changes) — the information will end up in
our release notes.
Anything that changes `cabal-install:exe:cabal` or changes exports from library
modules or changes behaviour of functions exported from packages published to
hackage is a <a id="user-visible-change">user-visible change</a>.
When opening a pull request with a user-visible change, you should write one
changelog entry (or more in case of multiple independent changes) — the
information will end up in our release notes.
Changelogs for the next release are stored in the `changelog.d` directory.
The files follow a simple key-value format similar to the one for `.cabal` files.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment