Skip to content

Commit 6b68f58

Browse files
authored
Update change logs (#99)
### Checklist * [x] I have read the [Contributor Guide](../CONTRIBUTING.md) * [x] I have read and agree to the [Code of Conduct](../CODE_OF_CONDUCT.md) * [x] I have added a description of my changes and why I'd like them included in the section below ### Description of Changes Update the change logs with the latest changes.
1 parent cb34d55 commit 6b68f58

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

puffin_egui/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ All notable changes to the egui crate will be documented in this file.
77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
99

10+
- Add ability to hide and show thread lanes.
11+
- Add ability to collapse thread lanes.
12+
- Add ability double click on scope in thread lane applies the scope as filter.
13+
- [PR#93](https://github.com/EmbarkStudios/puffin/pull/93) Update to `egui` 0.19.
14+
1015
## [0.16.0] - 2022-06-22
1116
### Changed
1217
- [PR#87](https://github.com/EmbarkStudios/puffin/pull/87) Only run pack passes if packing is enabled on the view

puffin_viewer/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ All notable changes to `puffin_viewer` will be documented in this file.
66

77
<!-- next-header -->
88
## [Unreleased] - ReleaseDate
9+
- [PR#93](https://github.com/EmbarkStudios/puffin/pull/93) Update to `egui` 0.19.
910

1011
## [0.12.0] - 2022-05-11
1112
- [PR#74](https://github.com/EmbarkStudios/puffin/pull/74) Update to `egui` 0.18.

0 commit comments

Comments
 (0)