summaryrefslogtreecommitdiff
path: root/pyproject.toml
diff options
context:
space:
mode:
authorBruno Oliveira <nicoddemus@gmail.com>2017-06-23 12:30:29 -0300
committerBruno Oliveira <nicoddemus@gmail.com>2017-06-23 12:33:50 -0300
commit6de19ab7baf24561450302b071075296a5c1d9eb (patch)
tree787154ff899da4ebe6b449101f095aacb731b890 /pyproject.toml
parent22b7701431a9f968a1f82581a2e58adfb250cd39 (diff)
downloadpytest-6de19ab7baf24561450302b071075296a5c1d9eb.tar.gz
Show "trivial" category in CHANGELOG
I think it might sense to display in the CHANGELOG internal or trivial changes because they might trip users between releases. For example, a note about an internal refactoring (like moving a class between modules) is useful for a user that has been using the internal API. Of course we are not breaking anything because it was an internal API, but no reason not to save time for users who did use it.
Diffstat (limited to 'pyproject.toml')
-rw-r--r--pyproject.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pyproject.toml b/pyproject.toml
index 138fd4ce6..88571e208 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -31,5 +31,5 @@ template = "changelog/_template.rst"
[[tool.towncrier.type]]
directory = "trivial"
- name = "Trivial Changes"
- showcontent = false
+ name = "Trivial/Internal Changes"
+ showcontent = true