From 1e36a884fa94ada1287b004ba517dc82b96175a4 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 8 Nov 2018 09:11:28 -0500 Subject: [PATCH] Changelog for #2563 --- CHANGELOG.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 29cf5996a..77150c67f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -v2.5-beta1 (2018-11-06) +v2.5-beta2 (FUTURE) ## BETA RELEASE @@ -37,6 +37,10 @@ NetBox now supports modeling physical cables for console, power, and interface c * [#2292](https://github.com/digitalocean/netbox/issues/2292) - Removed the deprecated UserAction model * [#2367](https://github.com/digitalocean/netbox/issues/2367) - Removed deprecated RPCClient functionality +## Bug Fixes (from v2.5-beta1) + +* [#2563](https://github.com/digitalocean/netbox/issues/2563) - Enable export templates for cables + ## API Changes * The `/extras/recent-activity/` endpoint (replaced by change logging in v2.4) has been removed