From c72e2ad50b9627d18c616e9a2b6eff6c2035be80 Mon Sep 17 00:00:00 2001 From: Kay Date: Wed, 16 Oct 2024 23:17:47 +0800 Subject: [PATCH] docs: update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4433de02..8dc43606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed: - Tree Helper: Get tree diff to handle `sep` that are different for tree and other_tree, this will throw error now. - Tree Helper: Get tree diff to handle `sep` that contains forbidden symbols, this will change the `sep` to a fallback sep. +- Tree Helper: Get tree diff to sort tree before returning the tree diff. ### Fixed: - [#306] Tree Helper: Get tree diff to handle `sep` that is different from default.