Skip to content

Commit

Permalink
Update change log
Browse files Browse the repository at this point in the history
  • Loading branch information
mhx committed Mar 13, 2021
1 parent ef7d342 commit bc2007a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@
- [fix] Linking against libarchive was fixed so that it also
works for shared library builds. (fixes github #36)

- [fix] `mkdwarfs` didn't catch certain exceptions correctly,
which would cause a stack trace instead of a simple error
message. This has been fixed.

- [fix] The statically linked executables were unable to handle
any exceptions at all due to duplicate stack unwinding code.
This has (hopefully) been fixed now.

- [perf] GCC builds have traditionally been much slower than
Clang builds, though it was unclear why that was the case.
It turns out the reason is simply that CMake defaults to
Expand Down

0 comments on commit bc2007a

Please sign in to comment.