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

Fixes #2938: Enforce deterministic ordering of device components returned by API

This commit is contained in:
Jeremy Stretch
2019-02-28 09:49:23 -05:00
parent beff774295
commit 32f63a18ff
2 changed files with 2 additions and 1 deletions

View File

@@ -4,6 +4,7 @@ v2.5.8 (FUTURE)
* [#2705](https://github.com/digitalocean/netbox/issues/2705) - Fix endpoint grouping in API docs
* [#2923](https://github.com/digitalocean/netbox/issues/2923) - Provider filter form's site field should be blank by default
* [#2938](https://github.com/digitalocean/netbox/issues/2938) - Enforce deterministic ordering of device components returned by API
---