From dc610d77f477114470655994a9cee0a3531046a3 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 18 Jun 2020 14:24:50 -0400 Subject: [PATCH] Update REST API changes for #4615 --- docs/release-notes/version-2.9.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes/version-2.9.md b/docs/release-notes/version-2.9.md index 552859d4d..ee259a67a 100644 --- a/docs/release-notes/version-2.9.md +++ b/docs/release-notes/version-2.9.md @@ -32,6 +32,7 @@ NetBox v2.9 replaces Django's built-in permissions framework with one that suppo ``` * The `tags` field of an object now includes a more complete representation of each tag, rather than just its name. +* A `label` field has been added to all device components and component templates. ### Other Changes