diff --git a/CHANGELOG.md b/CHANGELOG.md index 20e1e7b..29afc30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Derive the `Debug`, `Clone`, and `Copy` traits for all structs in the `tracing-tape` crate ([#11](https://github.com/soehrl/tracing-tape/pull/11/)) - Store parent kind of a span explicitly (bumps format version to `0.1`) ([#13](https://github.com/soehrl/tracing-tape/pull/13/)) - Make `TapeRecorder` clonable ([#14](https://github.com/soehrl/tracing-tape/pull/14/)) +- Add examples ([#15](https://github.com/soehrl/tracing-tape/pull/15/)) ### Fixed - Parsing of *SpanExit* records ([#3](https://github.com/soehrl/tracing-tape/pull/3/))