From ff71703961f7758409fb7e6e689258e2997f7c18 Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Tue, 7 Dec 2021 16:21:41 -0800 Subject: [PATCH] CHANGES for 2.3.10.1 release --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1d2e41728a..1f2ffe09e0 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +Release 2.3.10.1 (7 Dec 2021) -- compared to 2.3.10.0 +----------------------------------------------------- +* Build: restore code that finds Jasper when using statically-linked libraw. + #3210 +* Build/test: Gracefully handle failing to find git for test data download. + #3212 +* fmath.h: bit_cast specialization should take refs, like the template. + This made warnings for some compilrs. #3213 +* Build: make sure to properly use the tbb target if it exists. #3214 + Release 2.3.10 (1 Dec 2021) -- compared to 2.3.9 -------------------------------------------------- New (non-compatibility-breaking) features: