From e806b58ac9709d722b735a759eef7ad29f0f6571 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Tue, 6 Nov 2018 15:58:55 -0500 Subject: [PATCH] Release v2.5-beta1 --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb7a0f269..29cf5996a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -v2.5.0 (FUTURE) +v2.5-beta1 (2018-11-06) + +## BETA RELEASE + +**This is a beta release.** It is intended solely for gathering community and developer feedback in preparation for the v2.5 release. Do not run it in production, and do not give it write access to your production database. As the database schema is subject to change during the beta period, a migration path to the stable release likely will not be provided. Do not commit any data which you are not willing to lose. ## Notes @@ -16,7 +20,7 @@ Django 2.1 introduces view permissions for object types (not to be confused with ## New Features -### Patch Panels and Cables ([#81](https://github.com/digitalocean/netbox/issues/20)) +### Patch Panels and Cables ([#20](https://github.com/digitalocean/netbox/issues/20)) NetBox now supports modeling physical cables for console, power, and interface connections. The new pass-through port component type has also been introduced to model patch panels and similar devices.