From 888c20923c4554864be06e1576d099572f745669 Mon Sep 17 00:00:00 2001 From: Eric Wang <37554696+ericwang401@users.noreply.github.com> Date: Fri, 22 Dec 2023 11:01:36 -0600 Subject: [PATCH] add v4.0.0-rc.3 changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec9ad7a1757..b81825b3c10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ This file is a running track of new features and fixes to each version of the pa This project follows [Semantic Versioning](http://semver.org) guidelines. +## v4.0.0-rc.3 + +### Changes + +- Fixed inability to create servers with IP addresses. +- Fixed minor UI bug where addresses in IPAM won't optimistically update after making a change. +- Made the IPAM address table sort by descending. + ## v3.10.2-beta ### Changes