From ce0e351d76df27d34a8385ef4dcae3ef1d851bbb Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 13 Jan 2020 15:42:49 -0500 Subject: [PATCH] Changelog for #3801 --- docs/release-notes/version-2.7.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes/version-2.7.md b/docs/release-notes/version-2.7.md index 3d7505f2d..c64ca47c3 100644 --- a/docs/release-notes/version-2.7.md +++ b/docs/release-notes/version-2.7.md @@ -235,6 +235,7 @@ PATCH) to maintain backward compatibility. This behavior will be discontinued be * [#3664](https://github.com/digitalocean/netbox/issues/3664) - Enable applying configuration contexts by tags * [#3706](https://github.com/digitalocean/netbox/issues/3706) - Increase `available_power` maximum value on PowerFeed * [#3731](https://github.com/digitalocean/netbox/issues/3731) - Change Graph.type to a ContentType foreign key field +* [#3801](https://github.com/digitalocean/netbox/issues/3801) - Use YAML for export of device types ## Bug Fixes (From Beta)