Skip to content

Commit 5e1b758

Browse files
Update changelog.
1 parent 505843b commit 5e1b758

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# Changelog
22

3-
## Unreleased
3+
## [0.5.0] - 2019-12-02
44
### Added
55
- `flamegraph`: new tool that uses the `inferno` crate to generate flamegraph svg files ([GH-73])
66
- `crox`: Added the `--dir` parameter to merge all events files in dir in to one trace file ([GH-84])
77
- `crox`: Added possibility to add multiple `file_prefix` parameters to merge all them to one trace file ([GH-84])
88
- `summarize`: Added self_time_change as percentage change of self_time from base to the `diff` sub command ([GH-87])
99

1010
### Changed
11+
- `measureme`: Stringtable data is recorded in a more compact format ([GH-90])
1112
- `measureme`: Events are recorded in a more compact format ([GH-76])
1213
- `stack_collapse`: Removed the `--interval` commandline option ([GH-76])
1314

@@ -52,3 +53,4 @@
5253
[GH-76]: https://github.com/rust-lang/measureme/pull/76
5354
[GH-84]: https://github.com/rust-lang/measureme/pull/84
5455
[GH-87]: https://github.com/rust-lang/measureme/pull/87
56+
[GH-90]: https://github.com/rust-lang/measureme/pull/90

0 commit comments

Comments
 (0)