Przeglądaj źródła

Move changelog for #5274

Jeremy Stretch 5 lat temu
rodzic
commit
54af29eb40
1 zmienionych plików z 4 dodań i 1 usunięć
  1. 4 1
      docs/release-notes/version-2.10.md

+ 4 - 1
docs/release-notes/version-2.10.md

@@ -2,6 +2,10 @@
 
 
 ## v2.10-beta2 (FUTURE)
 ## v2.10-beta2 (FUTURE)
 
 
+### Enhancements
+
+* [#5274](https://github.com/netbox-community/netbox/issues/5274) - Add REST API support for custom fields
+
 ### Bug Fixes
 ### Bug Fixes
 
 
 * [#5358](https://github.com/netbox-community/netbox/issues/5358) - Fix user table configuration for VM interfaces
 * [#5358](https://github.com/netbox-community/netbox/issues/5358) - Fix user table configuration for VM interfaces
@@ -82,7 +86,6 @@ All end-to-end cable paths are now cached using the new CablePath backend model.
 * [#5146](https://github.com/netbox-community/netbox/issues/5146) - Add custom field support for cables, power panels, rack reservations, and virtual chassis
 * [#5146](https://github.com/netbox-community/netbox/issues/5146) - Add custom field support for cables, power panels, rack reservations, and virtual chassis
 * [#5154](https://github.com/netbox-community/netbox/issues/5154) - The web interface now consumes the entire browser window
 * [#5154](https://github.com/netbox-community/netbox/issues/5154) - The web interface now consumes the entire browser window
 * [#5190](https://github.com/netbox-community/netbox/issues/5190) - Add a REST API endpoint for retrieving content types (`/api/extras/content-types/`)
 * [#5190](https://github.com/netbox-community/netbox/issues/5190) - Add a REST API endpoint for retrieving content types (`/api/extras/content-types/`)
-* [#5274](https://github.com/netbox-community/netbox/issues/5274) - Add REST API support for custom fields
 
 
 ### Other Changes
 ### Other Changes