From 2a1710b82c6a67d1c9f62c65cdad99343ad058ae Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Wed, 4 Sep 2024 17:05:24 -0400 Subject: [PATCH] Changelog for #17332, #17353, #17354, #17364 --- docs/release-notes/version-4.1.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/release-notes/version-4.1.md b/docs/release-notes/version-4.1.md index 0c1bf9dc0..400499037 100644 --- a/docs/release-notes/version-4.1.md +++ b/docs/release-notes/version-4.1.md @@ -1,5 +1,16 @@ # NetBox v4.1 +## v4.1.1 (FUTURE) + +### Bug Fixes + +* [#17332](https://github.com/netbox-community/netbox/issues/17332) - Restore pagination for object list dashboard widgets +* [#17353](https://github.com/netbox-community/netbox/issues/17353) - Fix styling of map buttons under site and device views +* [#17354](https://github.com/netbox-community/netbox/issues/17354) - Prevent object & multi-object custom fields from breaking bulk import forms +* [#17364](https://github.com/netbox-community/netbox/issues/17364) - Fix rendering of Markdown tables inside object list dashboard widgets + +--- + ## v4.1.0 (2024-09-03) ### Breaking Changes