Skip to content

Commit

Permalink
Add changes description to ChangeLog.d
Browse files Browse the repository at this point in the history
  • Loading branch information
winterheart committed Jan 5, 2025
1 parent f348e35 commit 1221602
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ChangeLog.d/mbedtls-subslotting.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Changes
* Add version suffix for cmake and pkg-config files (#8723). This allows
to install major versions of MbedTLS simultaneously.
Dependent packages should use `find_package(MbedTLS 3 [REQUIRED])` and
`MbedTLS::<component>` in order to use requested libraries.
Packages that relies on pkg-config output, should use
`pkg-config --libs --cflags (mbedtls3|mbedx5093|mbedx5093)` output in
order to discover actual library names and include paths.

0 comments on commit 1221602

Please sign in to comment.