You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Revert "Use goblin permissive PE parse-mode". This change breaks API compatibility and should
not have been released in a patch version. (#966)
Improvements
Enable symbolize and CFI by default in examples/minidump_stackwalk, and replace their
corresponding flags --symbolize and --cfi with --no-symbolize and --no-cfi respectively. (#963)
sourcemapcache: Tokens are now considered to only extend to the end of the line
(as intended). This means that some lookups that would previously (incorrectly)
have returned unminified source positions now return nothing. (#932)