From b89d5e2cde626f6f83ca054833c72f3631e18686 Mon Sep 17 00:00:00 2001 From: Olof hagsand Date: Wed, 24 Jan 2024 09:45:28 +0100 Subject: [PATCH] Fixed: [show compare/diff problems with sorted-by user](https://github.com/clicon/clixon/issues/482) --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6351f309..d9221b96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -73,6 +73,7 @@ Developers may need to change their code ### Corrected Bugs +* Fixed: [show compare/diff problems with sorted-by user](https://github.com/clicon/clixon/issues/482) * Fixed: [Choice and Leafref](https://github.com/clicon/clixon/issues/469) * Fixed: [Problem deleting non-last list element if ordered-by user](https://github.com/clicon/clixon/issues/475) * Fixed: [Tab completion mounted devices with lists](https://github.com/clicon/clixon-controller/issues/72)