Fixes #2622: Enable filtering cables by multiple types/colors

This commit is contained in:
Jeremy Stretch
2018-11-28 14:22:55 -05:00
parent ec4a0cd452
commit 47ea8df446
5 changed files with 39 additions and 36 deletions

View File

@@ -37,6 +37,7 @@ NetBox now supports modeling physical cables for console, power, and interface c
## Changes From v2.5-beta2
* [#2622](https://github.com/digitalocean/netbox/issues/2622) - Enable filtering cables by multiple types/colors
* [#2624](https://github.com/digitalocean/netbox/issues/2624) - Delete associated content type and permissions when removing InterfaceConnection model
## API Changes