We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec4751a commit f6e0941Copy full SHA for f6e0941
CHANGELOG.md
@@ -1,8 +1,15 @@
1
# Changelog
2
3
+## [11.0.1] - 2024-01-XX
4
+
5
+### Changed
6
7
+- `measureme`: Fix compilation error and regression tests for big endian platforms ([GH-220])
8
9
## [11.0.0] - 2023-12-14
10
11
### Changed
12
13
- `measureme`: Update StringId and Addr sizes from u32 to u64 ([GH-216])
14
- `analyzeme`: v9 file format, which uses larger events ([GH-216])
15
@@ -239,3 +246,4 @@
239
246
[GH-209]: https://github.com/rust-lang/measureme/pull/209
240
247
[GH-211]: https://github.com/rust-lang/measureme/pull/211
241
248
[GH-216]: https://github.com/rust-lang/measureme/pull/216
249
+[GH-220]: https://github.com/rust-lang/measureme/pull/220
0 commit comments