File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,4 +28,5 @@ categories:
2828 " Changelog: Deprecated " : " Deprecated"
2929 " Changelog: Removed " : " Removed"
3030 " Changelog: Build " : " Build System"
31+ " Changelog: Performance " : " Performance"
3132 " Changelog: None " : null
Original file line number Diff line number Diff line change @@ -46,6 +46,7 @@ sections:
4646 - [critical, Critical Issues]
4747 - [security, Security Issues]
4848 - [fixes, Bug Fixes]
49+ - [performance, Performance Improvements]
4950 - [other, Other Notes]
5051template : |
5152 ---
@@ -76,6 +77,15 @@ template: |
7677
7778 See `#15019 <https://github.com/Qiskit/qiskit/issues/15019>`__.
7879
80+ # Performance release notes are for runtime and output quality improvements which do not
81+ # include API or semantic changes.
82+ performance:
83+ - Measurable performance improvements.
84+
85+ # A feature is a new user-visible functionality. It can come in the form of a new function,
86+ # class, parameter, environment variable or any other user accessible and publicly documented
87+ # endpoint. In addition, new capabilities (for example "Qiskit can now compile to Clifford+T"),
88+ # newly supported workflows and new types of language interoperability are considered features.
7989 # Choose only the "features" sections you need and delete the rest. Try to be concise. You may
8090 # use a code example for complicated features.
8191 features_c:
You can’t perform that action at this time.
0 commit comments