From af4409753a6e1f8f3b00ddc06477673bfd2ed550 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 19 Feb 2018 18:10:10 -0300 Subject: [PATCH] Show content for trivial changelog entries --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ac82bda..94b1be6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,4 +33,4 @@ template = "changelog/_template.rst" [[tool.towncrier.type]] directory = "trivial" name = "Trivial Changes" - showcontent = false + showcontent = true