From 6d53788ea2ad0c946cac8f1ed15be690bf616205 Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Mon, 18 Jul 2022 13:05:12 -0400 Subject: [PATCH] Changelog for #9765 --- docs/release-notes/version-3.3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes/version-3.3.md b/docs/release-notes/version-3.3.md index 14952c2a5..4b3f1dcb2 100644 --- a/docs/release-notes/version-3.3.md +++ b/docs/release-notes/version-3.3.md @@ -102,6 +102,7 @@ Custom field UI visibility has no impact on API operation. * [#9729](https://github.com/netbox-community/netbox/issues/9729) - Fix ordering of content type creation to ensure compatability with demo data * [#9730](https://github.com/netbox-community/netbox/issues/9730) - Fix validation error when creating a new cable via UI form * [#9733](https://github.com/netbox-community/netbox/issues/9733) - Handle split paths during trace when fanning out to front ports with differing cables +* [#9765](https://github.com/netbox-community/netbox/issues/9765) - Report correct segment count under cable trace UI view ### Plugins API