diff --git a/tools/changelog/PR_FORMAT.md b/tools/changelog/PR_FORMAT.md index 123e99e224..1ee381feff 100644 --- a/tools/changelog/PR_FORMAT.md +++ b/tools/changelog/PR_FORMAT.md @@ -52,11 +52,11 @@ Will be includede in alpha/beta/rc changelog, excluded from stable. ### Sections ``` -- Highlights # major features +- Highlights # major features, performance improvements - Known Issues # issues planned to be fixed, with possible workarounds - Breaking Changes # incompatible changes without deprecation cycle - Migration Notes # deprecations, removals, minimal version increases, defined behavior changes -- Features # minor features +- Features # minor features, performance improvements - Fixes # bug fixes, undefined behavior changes ```