Jeremy Stretch пре 6 година
родитељ
комит
04c1945abc
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      CHANGELOG.md

+ 2 - 1
CHANGELOG.md

@@ -53,6 +53,7 @@ to now use "Extras | Tag."
 
 
 * [#323](https://github.com/digitalocean/netbox/issues/323) - Enforce per-object type view permissions
 * [#323](https://github.com/digitalocean/netbox/issues/323) - Enforce per-object type view permissions
 * [#1792](https://github.com/digitalocean/netbox/issues/1792) - Add CustomFieldChoices API endpoint
 * [#1792](https://github.com/digitalocean/netbox/issues/1792) - Add CustomFieldChoices API endpoint
+* [#1863](https://github.com/digitalocean/netbox/issues/1863) - Add child object counts to API representation of organizational objects
 * [#2324](https://github.com/digitalocean/netbox/issues/2324) - Add `color` option for tags
 * [#2324](https://github.com/digitalocean/netbox/issues/2324) - Add `color` option for tags
 * [#2643](https://github.com/digitalocean/netbox/issues/2643) - Add `description` field to console/power components and device bays
 * [#2643](https://github.com/digitalocean/netbox/issues/2643) - Add `description` field to console/power components and device bays
 * [#2791](https://github.com/digitalocean/netbox/issues/2791) - Add a `comment` field for tags
 * [#2791](https://github.com/digitalocean/netbox/issues/2791) - Add a `comment` field for tags
@@ -64,7 +65,7 @@ to now use "Extras | Tag."
 * dcim.Interface: `form_factor` has been renamed to `type`. Backward-compatibile support for `form_factor` will be maintained until NetBox v2.7.
 * dcim.Interface: `form_factor` has been renamed to `type`. Backward-compatibile support for `form_factor` will be maintained until NetBox v2.7.
 * dcim.Interface: The `type` filter has been renamed to `kind`.
 * dcim.Interface: The `type` filter has been renamed to `kind`.
 * dcim.DeviceType: `instance_count` has been renamed to `device_count`.
 * dcim.DeviceType: `instance_count` has been renamed to `device_count`.
-
+* Organizational objects now include child object counts. For example, the Role serializer includes `prefix_count` and `vlan_count`.
 
 
 ## Bug Fixes
 ## Bug Fixes