From ab9c253310dc36dca2aa685dc97cf9d43a518d5e Mon Sep 17 00:00:00 2001 From: jeremystretch Date: Thu, 8 Dec 2022 08:59:26 -0500 Subject: [PATCH] Fixes #11128: Disable ordering changelog table by object to avoid exception --- docs/release-notes/version-3.3.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/release-notes/version-3.3.md b/docs/release-notes/version-3.3.md index f5bd53b80..4dd717f9b 100644 --- a/docs/release-notes/version-3.3.md +++ b/docs/release-notes/version-3.3.md @@ -12,6 +12,7 @@ * [#11041](https://github.com/netbox-community/netbox/issues/11041) - Correct power utilization percentage precision * [#11087](https://github.com/netbox-community/netbox/issues/11087) - Fix background color of bottom banner content * [#11101](https://github.com/netbox-community/netbox/issues/11101) - Correct circuits count under site view +* [#11128](https://github.com/netbox-community/netbox/issues/11128) - Disable ordering changelog table by object to avoid exception ---