From a7d5f864183de5747adac94505c7b3a57320889f Mon Sep 17 00:00:00 2001 From: Zachary Lentz Date: Wed, 27 Sep 2023 15:02:05 -0700 Subject: [PATCH] DOC: rebrand "API Changes" to "API Breaks" --- docs/source/upcoming_release_notes/template-full.rst | 4 ++-- docs/source/upcoming_release_notes/template-short.rst | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/source/upcoming_release_notes/template-full.rst b/docs/source/upcoming_release_notes/template-full.rst index 9f86b87e..31657f76 100644 --- a/docs/source/upcoming_release_notes/template-full.rst +++ b/docs/source/upcoming_release_notes/template-full.rst @@ -7,8 +7,8 @@ Your filename should be issuenumber-title.rst, substituting appropriately. Make sure to fill out any section that represents changes you have made, or replace the default bullet point with N/A. -API Changes ------------ +API Breaks +---------- - List backwards-incompatible changes here. Changes to PVs don't count as API changes for this library, but changing method and component names or changing default behavior does. diff --git a/docs/source/upcoming_release_notes/template-short.rst b/docs/source/upcoming_release_notes/template-short.rst index 5e544ecf..8349cd8a 100644 --- a/docs/source/upcoming_release_notes/template-short.rst +++ b/docs/source/upcoming_release_notes/template-short.rst @@ -1,8 +1,8 @@ IssueNumber Title ################# -API Changes ------------ +API Breaks +---------- - N/A Features