Skip to content

Commit

Permalink
Update CHANGELOG with deprecation of semantics class
Browse files Browse the repository at this point in the history
Furthermore, reiterate that IDYNTREE_USES_KDL is deprecated and is going to be removed.
  • Loading branch information
traversaro committed Jan 9, 2020
1 parent 90bbd67 commit b7dda8b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ to normalize errors or as initial points of a nonlinear optimization procedure.
- The changelog has been migrated to the format described in https://keepachangelog.com/en/1.0.0/ .
- The CMake config files are now installed in ${CMAKE_INSTALL_PREFIX}/lib/cmake/iDynTree also in Windows.

### Deprecated
- All the classes and methods that end in Semantics are deprecated, and will be removed in iDynTree 2.0, see https://github.com/robotology/idyntree/pull/622 for more info.
- The CMake option IDYNTREE_USES_KDL and all the classes available when enabling it are deprecated, and will be removed in iDynTree 2.0 .

### Fixed
- Fixed missing `DOF_ACCELLERATION` data in dynamic variable cache ordering
(https://github.com/robotology/idyntree/pull/587)
Expand Down

0 comments on commit b7dda8b

Please sign in to comment.