diff --git a/CHANGELOG.md b/CHANGELOG.md index 7de06810fc..d960cb9978 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ v4.5 - Added `AbstractPath` which is a base class for `GeometryPath` and other path types (#3388). All path-based forces now own the property `path` of type `AbstractPath` instead of the `GeometryPath` unnamed property. Getters and setters have been added to these forces to provide access to concrete path types (e.g., `updPath`). In `Ligament` and -`Blankevoort1991Ligament`, usages of `get_GeometryPath`, `upd_GeometryPath`, etc., need to be been updated to +`Blankevoort1991Ligament`, usages of `get_GeometryPath`, `upd_GeometryPath`, etc., need to be updated to `getGeometryPath`, `updGeometryPath`, etc., or a suitable alternative. - Fixed a minor memory leak when calling `OpenSim::CoordinateCouplerConstraint::setFunction` (#3541) - Increase the number of input dimensions supported by `MultivariatePolynomialFunction` to 6 (#3386)