Skip to content

Commit bb14545

Browse files
wesleywisermichaelwoerister
authored andcommitted
Update CHANGELOG.md
1 parent 582b99b commit bb14545

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,24 @@
22

33
## Unreleased
44
### Added
5+
- `measureme`: Added support for compiling the library under wasm/wasi ([GH-43])
6+
7+
## [0.3.0] - 2019-05-14
8+
### Added
59
- `summarize`: New CLI argument `percent-above` for `summarize` crate ([GH-32])
10+
- `summarize`: Added documentation ([GH-35])
11+
- `measureme`: Added a version tag to the binary event file format ([GH-41])
612

713
## [0.2.1] - 2019-04-12
814

915
## [0.2.0] - 2019-04-10
1016

1117

18+
[0.3.0]: https://github.com/rust-lang/measureme/releases/tag/0.3.0
1219
[0.2.1]: https://github.com/rust-lang/measureme/releases/tag/0.2.1
1320
[0.2.0]: https://github.com/rust-lang/measureme/releases/tag/0.2.0
1421

1522
[GH-32]: https://github.com/rust-lang/measureme/issues/32
23+
[GH-35]: https://github.com/rust-lang/measureme/pull/35
24+
[GH-41]: https://github.com/rust-lang/measureme/pull/41
25+
[GH-43]: https://github.com/rust-lang/measureme/pull/43

0 commit comments

Comments
 (0)