From 406e0c49f47939a34adfd42038803dbce0adc6af Mon Sep 17 00:00:00 2001 From: "B.R" <82049468+BR1py@users.noreply.github.com> Date: Wed, 3 Jul 2024 21:15:42 +0200 Subject: [PATCH] Update changelog.rst --- docs/docs/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/changelog.rst b/docs/docs/changelog.rst index 1869cf6..5f75080 100644 --- a/docs/docs/changelog.rst +++ b/docs/docs/changelog.rst @@ -12,7 +12,7 @@ Version 1.1.2 New iteration features: -The iteration features are havily imporved. The user can now iterate in diffrent directions and over diffrent levels in the itertree. +The iteration features are improved. The user can now iterate in different directions and over different levels in the itertree. Beside this the inheritence of the iTree class as a super class of another object should now work without any issues.