Updated Changelog.

This commit is contained in:
Matthias Koefferlein 2021-02-02 23:05:23 +01:00
parent 502b673b4c
commit e54952874c
1 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,10 @@
* 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.
* Enhancement: Removed %APPDATA% from DLL search path on Windows
This will avoid installation poisoning by the one from %APPDATA%
(which ironically is the default installation path). Eventually
multiple versions can be used in parallel.
0.26.9 (2020-11-27):