1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Closes #7760: Add vid filter field to VLANs list

This commit is contained in:
jeremystretch
2021-11-05 13:31:36 -04:00
parent 79f2f03fb2
commit 3eda8d8482
2 changed files with 10 additions and 1 deletions

View File

@@ -2,6 +2,10 @@
## v3.0.10 (FUTURE)
### Enhancements
* [#7760](https://github.com/netbox-community/netbox/issues/7760) - Add `vid` filter field to VLANs list
### Bug Fixes
* [#7752](https://github.com/netbox-community/netbox/issues/7752) - Fix minimum version check under Python v3.10