diff --git a/CHANGELOG.md b/CHANGELOG.md index b918fba3ae4..c8d67680bfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * Fixed bug in `Box.scaled` causing a `TypeError` due to incorrect parameter forwarding. * Changed argument names of `Box.scale()` to `x`, `y`, `z`, instead of `factor` and made `y` and `z` optional to keep positional arguments backwards compatible. * Fixed import errors in `compas_rhino.conduits` for Rhino 8. -* Fixed bug in serialisation when `compas.datastructures.attributes.AttributeView` is used. +* Fixed bug in serialization when `compas.datastructures.attributes.AttributeView` is used. ### Removed