Skip to content

Commit

Permalink
Update protocol date and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TimonPost committed Jan 8, 2024
1 parent 9a9d387 commit 2015dfc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- next-header -->
## [Unreleased] - ReleaseDate

- [PR#169](https://github.com/EmbarkStudios/puffin/pull/169) Stream scope information only once. Breaking change! See PR for migration guide.

## [0.18.1] - 2023-12-11

- [PR#175](https://github.com/EmbarkStudios/puffin/pull/175) Remove accidental `::{{closure}}` suffix from all `profile_function` scopes.
Expand Down
2 changes: 1 addition & 1 deletion puffin/src/frame_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ impl FrameData {
full_delta: false,
}))
} else if &header == b"PFD4" {
// Added 2023-12-01: Split up stream scope details from the record stream.
// Added 2024-01-08: Split up stream scope details from the record stream.
let meta_length = read.read_u32::<LE>()? as usize;
let meta = {
let mut meta = vec![0_u8; meta_length];
Expand Down

0 comments on commit 2015dfc

Please sign in to comment.