From 18862279e1ad9c77cf813ada2118a72d0f5fa5ea Mon Sep 17 00:00:00 2001 From: Robbert van der Helm Date: Sun, 19 Dec 2021 22:47:38 +0100 Subject: [PATCH] Mention the recent dependency handling changes --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index aeb0c914..99a41834 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,9 @@ Versioning](https://semver.org/spec/v2.0.0.html). - Added support for Wine 6.23's new fixed winedbg command line argument handling. +- Changed the build and cross-compilation definitions to allow + repository-packaged CMake build configurations to be used for the bitsery and + function2 dependencies. ### Fixed