[go: up one dir, main page]

color-backtrace 0.2.0

Colorful panic backtraces
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Changelog
All notable changes to this project will be documented in this file.

## Unreleased

### Added
- This changelog!
- Customization via settings
- Printing to streams other than stderr

### Changed
- Improved {dependency code,post panic frame,runtime init} heuristics
- Changed default panic message to be more professional
- Relicensed from MIT to MIT/Apache-2.0 dual licensing
- Moved `get_verbosity` -> `Verbosity::from_env`
- Fix readability on light terminal themes
- Fix deadlock when unwrapping an error while printing the panic
- Many internal tweaks