From 19b737a534e38a2c1344dc5be0f0c1d56f384ba1 Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Thu, 16 Aug 2018 16:33:13 -0400 Subject: [PATCH] Added v2.5 notes (so far) to changelog --- CHANGELOG.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f164f4c1..f1bc7f499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,24 @@ +v2.5.0 (FUTURE) + +--- + +## Notes + +* As promised, Python 2 support has been completed removed. Python 3.5 or higher is now required to run NetBox. +* The UserAction model, which was deprecated by the new change logging feature in NetBox v2.4, has been removed. If you need to archive user activity, do so prior to upgrading to NetBox v2.5, as the database migration will remove all data associated with this model. + +## Enhancements + +* [#2000](https://github.com/digitalocean/netbox/issues/2000) - Dropped support for Python 2 +* [#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 + +## API Changes + +* The `rpc_client` field has been removed from dcim.Platform (see #2367) + +--- + v2.4.4 (FUTURE) ## Enhancements