Skip to content

Commit

Permalink
Merge pull request #3556 from opensim-org/tkuchida-patch-1
Browse files Browse the repository at this point in the history
Fix typo in CHANGELOG.md
  • Loading branch information
nickbianco authored Sep 14, 2023
2 parents 2eab3bb + d0c7bda commit 41f4e7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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<T>`). 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)
Expand Down

0 comments on commit 41f4e7e

Please sign in to comment.