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

Closes #6501: Expose prefix depth and children on REST API serializer

This commit is contained in:
jeremystretch
2021-05-28 08:56:55 -04:00
parent e95a9731be
commit 75faf7d30e
3 changed files with 14 additions and 2 deletions

View File

@ -1,5 +1,14 @@
# NetBox v2.11
## v2.11.5 (FUTURE)
### Enhancements
* [#6087](https://github.com/netbox-community/netbox/issues/6087) - Improved prefix hierarchy rendering
* [#6501](https://github.com/netbox-community/netbox/issues/6501) - Expose prefix depth and children on REST API serializer
---
## v2.11.4 (2021-05-25)
### Enhancements