From ca05a830216cdba82abaa80cf73bde0859e635ae Mon Sep 17 00:00:00 2001 From: Matthias Koefferlein Date: Tue, 2 Feb 2021 22:47:43 +0100 Subject: [PATCH] Updated changelog. --- Changelog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Changelog b/Changelog index 950c043ba..314113fca 100644 --- a/Changelog +++ b/Changelog @@ -13,6 +13,9 @@ Rational Splines not supported DXF * Bugfix: %GITHUB%/issues/693 MAGIC files won't find subcells when reading from command line +* Bugfix: HTTP stream reading issue with redirect + At least on MacOS a segfault happened when reading HTTP stream data + (e.g. for package manager) from addresses which are redirected. 0.26.9 (2020-11-27):