Skip to content

Latest commit

 

History

History
44 lines (25 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

44 lines (25 loc) · 1.09 KB

Changelog

All notable changes to this project will be documented in this file.


1.1.0 (2024-07-14)

Bug Fixes

  • properly identify and exclude globally defined errors again

Features

  • add RangeContext to ContextableError and improve general performance by using a slice as a backing for the context data
  • add ProgramCounter2 that indicates the actual instruction being executed and not the one beforehand

1.0.2 (2023-05-28)

Performance Improvements

  • improve performance of FormatWithCombinedTrace, FormatPythonTraceback and Stack.String()

1.0.1 (2023-05-27)

Documentation

  • improve examples

1.0.0 (2023-05-27)

Initial Release