From 4e05309e02c646414ded65cfd44a0edf1b3f25a1 Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 12 Dec 2024 19:49:47 +0200 Subject: [PATCH] Added support for ``tar.xz`` tarball dependencies // Issue #4974 --- HISTORY.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/HISTORY.rst b/HISTORY.rst index 5163a245..f62db6cd 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -21,6 +21,7 @@ test-driven methodologies, and modern toolchains for unrivaled success. 6.1.17 (2024-??-??) ~~~~~~~~~~~~~~~~~~~ +* Added support for ``tar.xz`` tarball dependencies (`pull #4974 `_) * Resolved an issue where the ``compiledb`` target failed to properly escape compiler executable paths containing spaces (`issue #4998 `_) * Resolved an issue with incorrect path resolution when linking static libraries via the `build_flags `__ option (`issue #5004 `_)