File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.7.1] - 2020-01-02
4
+ ### Changed
5
+ - ` measureme ` : Fix compilation error on big endian systems ([ GH-103 ] )
6
+
7
+ ## [ 0.7.0] - 2019-12-18
8
+ ### Changed
9
+ - ` measureme ` : Events can now have "arguments" which record additional data about the event ([ GH-101 ] )
10
+
3
11
## [ 0.6.0] - 2019-12-11
4
12
### Added
5
13
- ` measureme ` : Added ` SerializationSink::write_bytes_atomic ` that optimizes handling of existing buffers ([ GH-97 ] )
43
51
44
52
## [ 0.2.0] - 2019-04-10
45
53
54
+ [ 0.7.1 ] : https://github.com/rust-lang/measureme/releases/tag/0.7.1
55
+ [ 0.7.0 ] : https://github.com/rust-lang/measureme/releases/tag/0.7.0
56
+ [ 0.6.0 ] : https://github.com/rust-lang/measureme/releases/tag/0.6.0
57
+ [ 0.5.0 ] : https://github.com/rust-lang/measureme/releases/tag/0.5.0
46
58
[ 0.4.0 ] : https://github.com/rust-lang/measureme/releases/tag/0.4.0
47
59
[ 0.3.0 ] : https://github.com/rust-lang/measureme/releases/tag/0.3.0
48
60
[ 0.2.1 ] : https://github.com/rust-lang/measureme/releases/tag/0.2.1
65
77
[ GH-93 ] : https://github.com/rust-lang/measureme/pull/93
66
78
[ GH-97 ] : https://github.com/rust-lang/measureme/pull/97
67
79
[ GH-98 ] : https://github.com/rust-lang/measureme/pull/98
80
+ [ GH-101 ] : https://github.com/rust-lang/measureme/pull/101
81
+ [ GH-103 ] : https://github.com/rust-lang/measureme/pull/103
You can’t perform that action at this time.
0 commit comments