diff --git a/CHANGELOG.md b/CHANGELOG.md index 242ddf49bb8..a967fc1b524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,6 +30,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Changed order of imports according to `isort` and changed line length to `179`. * Changed use of `compas.geometry.allclose` to `compas.tolerance.TOL.is_allclose`. * Changed use of `compas.geometry.close` to `compas.tolerance.TOL.is_close`. +* Changed imports of itertools to `compas.itertools` instead of `compas.utilities`. ### Removed