Skip to content

Commit 265b8a2

Browse files
committed
Update changelog for previous changes
1 parent ad0b58d commit 265b8a2

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

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

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+
311
## [0.6.0] - 2019-12-11
412
### Added
513
- `measureme`: Added `SerializationSink::write_bytes_atomic` that optimizes handling of existing buffers ([GH-97])
@@ -43,6 +51,10 @@
4351

4452
## [0.2.0] - 2019-04-10
4553

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
4658
[0.4.0]: https://github.com/rust-lang/measureme/releases/tag/0.4.0
4759
[0.3.0]: https://github.com/rust-lang/measureme/releases/tag/0.3.0
4860
[0.2.1]: https://github.com/rust-lang/measureme/releases/tag/0.2.1
@@ -65,3 +77,5 @@
6577
[GH-93]: https://github.com/rust-lang/measureme/pull/93
6678
[GH-97]: https://github.com/rust-lang/measureme/pull/97
6779
[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

0 commit comments

Comments
 (0)