From 66d9d9d9cbbceaa7b1e7efcaecd9e9c988f7f8fb Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Mon, 4 Mar 2019 16:01:43 -0500 Subject: [PATCH] Rearranged changelog items --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a803df20..52230def4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,11 +18,11 @@ to now use "Extras | Tag." ## Enhancements -* [#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 -* [#2791](https://github.com/digitalocean/netbox/issues/2791) - Add a comment field for tags -* [#2926](https://github.com/digitalocean/netbox/issues/2926) - Add changelog to the Tag model * [#1792](https://github.com/digitalocean/netbox/issues/1792) - Add CustomFieldChoices API endpoint +* [#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 +* [#2791](https://github.com/digitalocean/netbox/issues/2791) - Add a `comment` field for tags +* [#2926](https://github.com/digitalocean/netbox/issues/2926) - Add changelog to the Tag model ---