From d3d27d81113c3f4e6986f860f57593d8a5b5e8e2 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 1 Jul 2024 09:40:21 -0400 Subject: [PATCH] Changelog for #16424, #16523, #16654, #16657, #16689, #16714, #16723, #16725, #16735, #16747 --- docs/release-notes/version-4.0.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/docs/release-notes/version-4.0.md b/docs/release-notes/version-4.0.md index 4537a8800..028381f68 100644 --- a/docs/release-notes/version-4.0.md +++ b/docs/release-notes/version-4.0.md @@ -2,6 +2,22 @@ ## v4.0.7 (FUTURE) +### Enhancements + +* [#16424](https://github.com/netbox-community/netbox/issues/16424) - Enable filtering of devices by cluster and cluster group +* [#16725](https://github.com/netbox-community/netbox/issues/16725) - Always position the admin section last in the navigation menu + +### Bug Fixes + +* [#16523](https://github.com/netbox-community/netbox/issues/16523) - Restore highlighting of current device in virtual chassis members panel +* [#16654](https://github.com/netbox-community/netbox/issues/16654) - Fix parent item assignment for inventory item bulk import +* [#16657](https://github.com/netbox-community/netbox/issues/16657) - Fix translation of object types in global search +* [#16689](https://github.com/netbox-community/netbox/issues/16689) - System configuration view should reflect static parameters when no config revisions exist +* [#16714](https://github.com/netbox-community/netbox/issues/16714) - Fix cloning of device types with 0U height +* [#16723](https://github.com/netbox-community/netbox/issues/16723) - Fix escaping of path to virtual environment in `upgrade.sh` +* [#16735](https://github.com/netbox-community/netbox/issues/16735) - Object list "results" tab should show a count of zero when empty +* [#16747](https://github.com/netbox-community/netbox/issues/16747) - Avoid clearing entire search cache when manually reindexing specific apps/models + --- ## v4.0.6 (2024-06-24)