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

Closes #5439: Add CS and SN fiber port types

This commit is contained in:
Jeremy Stretch
2020-12-11 08:56:02 -05:00
parent 5df01ed3e6
commit 5c8ed73608
2 changed files with 5 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
### Enhancements
* [#5424](https://github.com/netbox-community/netbox/issues/5424) - Allow passing Python code to `nbshell` using `--command`
* [#5439](https://github.com/netbox-community/netbox/issues/5439) - Add CS and SN fiber port types
### Bug Fixes