File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -382,50 +382,50 @@ template = "changelog/_template.rst"
382382# When something public gets removed in a breaking way. Could be
383383# deprecated in an earlier release.
384384directory = " breaking"
385- name = " Breaking Changes "
385+ name = " Removals and backward incompatible breaking changes "
386386showcontent = true
387387
388388[[tool .towncrier .type ]]
389389# Declarations of future API removals and breaking changes in behavior.
390390directory = " deprecation"
391- name = " Deprecations"
391+ name = " Deprecations (removal in next major release) "
392392showcontent = true
393393
394394[[tool .towncrier .type ]]
395395# New behaviors, public APIs. That sort of stuff.
396396directory = " feature"
397- name = " Features "
397+ name = " New features "
398398showcontent = true
399399
400400[[tool .towncrier .type ]]
401401# New behaviors in existing features.
402402directory = " improvement"
403- name = " Improvements"
403+ name = " Improvements in existing functionality "
404404showcontent = true
405405
406406[[tool .towncrier .type ]]
407407# Something we deemed an improper undesired behavior that got corrected
408408# in the release to match pre-agreed expectations.
409409directory = " bugfix"
410- name = " Bug Fixes "
410+ name = " Bug fixes "
411411showcontent = true
412412
413413[[tool .towncrier .type ]]
414414# Updates regarding bundling dependencies.
415415directory = " vendor"
416- name = " Vendored Libraries "
416+ name = " Vendored libraries "
417417showcontent = true
418418
419419[[tool .towncrier .type ]]
420420# Notable updates to the documentation structure or build process.
421421directory = " doc"
422- name = " Improved Documentation "
422+ name = " Improved documentation "
423423showcontent = true
424424
425425[[tool .towncrier .type ]]
426426# Changes that might not even be worth exposing to the end users.
427427directory = " trivial"
428- name = " Trivial/Internal Changes "
428+ name = " Trivial/internal changes "
429429showcontent = true
430430
431431[tool .mypy ]
You can’t perform that action at this time.
0 commit comments