Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro committed Nov 16, 2023
1 parent 3fcd294 commit edbcca9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased Patch]

### Deprecated

Deprecate `OpenCV_LIBRARIES` library set by `find_package(OpenCV)`, downstream users should just use `OpenCV_LIBS` as set by official OpenCV CMake config files (https://github.com/robotology/ycm/pull/434).

### Removed

* Remove support for finding OpenCV <= 2 with `FindOpenCV.cmake` module (https://github.com/robotology/ycm/pull/434).

## [0.15.3] - 2023-06-06

### Fixed
Expand Down

0 comments on commit edbcca9

Please sign in to comment.