Skip to content

Commit

Permalink
Changelog for #9654, #10348
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremystretch committed Sep 30, 2022
1 parent 204c10c commit 97d561a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/release-notes/version-3.4.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ A new `PluginMenu` class has been introduced, which enables a plugin to inject a
### Enhancements

* [#9249](https://github.com/netbox-community/netbox/issues/9249) - Device and virtual machine names are no longer case-sensitive
* [#9654](https://github.com/netbox-community/netbox/issues/9654) - Add `weight` field to racks, device types, and module types
* [#9892](https://github.com/netbox-community/netbox/issues/9892) - Add optional `name` field for FHRP groups
* [#10348](https://github.com/netbox-community/netbox/issues/10348) - Add decimal custom field type

### Plugins API

Expand All @@ -35,5 +37,11 @@ A new `PluginMenu` class has been introduced, which enables a plugin to inject a

* circuits.provider
* Removed the `asn`, `noc_contact`, `admin_contact`, and `portal_url` fields
* dcim.DeviceType
* Added optional `weight` and `weight_unit` fields
* dcim.ModuleType
* Added optional `weight` and `weight_unit` fields
* dcim.Rack
* Added optional `weight` and `weight_unit` fields
* ipam.FHRPGroup
* Added optional `name` field

0 comments on commit 97d561a

Please sign in to comment.