From c6f833e83b6f0a3f040215f4b29c6f6e13c02836 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 3 May 2024 17:34:45 -0400 Subject: [PATCH] Changelog for #15877, #15917, #15925 --- docs/release-notes/version-3.7.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/release-notes/version-3.7.md b/docs/release-notes/version-3.7.md index 337526c14..d3ae2c3ea 100644 --- a/docs/release-notes/version-3.7.md +++ b/docs/release-notes/version-3.7.md @@ -1,5 +1,15 @@ # NetBox v3.7 +## v3.7.8 (FUTURE) + +### Bug Fixes + +* [#15877](https://github.com/netbox-community/netbox/issues/15877) - Account for virtual chassis membership when assigning related interfaces via bulk edit +* [#15917](https://github.com/netbox-community/netbox/issues/15917) - Fix pagination through search results within dropdown fields +* [#15925](https://github.com/netbox-community/netbox/issues/15925) - Fix SVG rendering of cable traces to circuit terminations + +--- + ## v3.7.7 (2024-05-01) ### Enhancements