From 3480832bf5f8be078243da28f04f5f279b636222 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 12 Dec 2018 09:59:54 -0500 Subject: [PATCH] Added changelog for #2662 (fixed under #2680) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c87fe8043..8f29a09eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ v2.5.1 (FUTURE) ## Bug Fixes +* [#2662](https://github.com/digitalocean/netbox/issues/2662) - Fix ImproperlyConfigured exception when rendering API docs * [#2666](https://github.com/digitalocean/netbox/issues/2666) - Correct display of length unit in cables list * [#2676](https://github.com/digitalocean/netbox/issues/2676) - Fix exception when passing dictionary value to a ChoiceField * [#2678](https://github.com/digitalocean/netbox/issues/2678) - Fix error when viewing webhook in admin UI without write permission