Changes
Added
- This CHANGELOG file that will contain all notable changes to this project (#2)
- Derive the
Debug
,Clone
, andCopy
traits for all structs in thetracing-tape
crate (#11) - Store parent kind of a span explicitly (bumps format version to
0.1
) (#13) - Make
TapeRecorder
clonable (#14) - Add examples (#15)
- Windows support (#21)
Fixed
- Parsing of SpanExit records (#3)
- Parsing of Threads only used for spans (#4)
- Reported tape time range (#5)
- Flush current chapter when dropping the recorder (#12)
Full Changelog: 0.1.0...0.1.1