From b67eda403a5a780ea64ce6b8ffe9a917b587223c Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 13 May 2024 19:15:40 -0400 Subject: [PATCH] Changelog for #15119, #16077, #16078, #16090, #16101 --- docs/release-notes/version-4.0.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/release-notes/version-4.0.md b/docs/release-notes/version-4.0.md index 1378d7596..50ee040f1 100644 --- a/docs/release-notes/version-4.0.md +++ b/docs/release-notes/version-4.0.md @@ -2,6 +2,17 @@ ## v4.0.2 (FUTURE) +### Enhancements + +* [#15119](https://github.com/netbox-community/netbox/issues/15119) - Add cluster & cluster group UI filter fields for VLAN groups +* [#16090](https://github.com/netbox-community/netbox/issues/16090) - Include current NetBox version when an unsupported plugin is detected + +### Bug Fixes + +* [#16077](https://github.com/netbox-community/netbox/issues/16077) - Fix display of parameter values when viewing configuration revisions +* [#16078](https://github.com/netbox-community/netbox/issues/16078) - Fix integer filters mistakenly marked as required for GraphQL API +* [#16101](https://github.com/netbox-community/netbox/issues/16101) - Fix initial loading of pagination widget for dynamic object tables + --- ## v4.0.1 (2024-05-09)