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

Closes #5806: Add kilometer and mile as choices for cable length unit

This commit is contained in:
jeremystretch
2021-05-10 11:23:21 -04:00
parent 22e484edd4
commit a6d937b366
3 changed files with 16 additions and 1 deletions

View File

@ -2,6 +2,10 @@
## v2.12-beta1 (FUTURE)
### Enhancements
* [#5806](https://github.com/netbox-community/netbox/issues/5806) - Add kilometer and mile as choices for cable length unit
### Other Changes
* [#5532](https://github.com/netbox-community/netbox/issues/5532) - Drop support for Python 3.6