Skip to content

Commit 74f5759

Browse files
committed
Reformat CHANGELOG a bit
Cap line length consistently and don't terminate lines with periods for consistency. Signed-off-by: Daniel Müller <[email protected]>
1 parent bcb682d commit 74f5759

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

libbpf-rs/CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Unreleased
22
----------
3-
- Added kprobe multi support for attaching programs, with and without providing
4-
additional options
3+
- Added kprobe multi support for attaching programs, with and without
4+
providing additional options
55
- Introduced `TracepointCategory` enum for specifying tracepoint
66
categories
77
- Allow to provide additional options when attaching programs to raw
@@ -13,9 +13,11 @@ Unreleased
1313
- Adjusted `UprobeOpts::func_name` to be an `Option`
1414
- Implemented `Sync` for `Link`
1515
- Updated `libbpf-sys` dependency to `1.5.0`
16-
- Added `Program::attach_perf_event_with_opts` for attaching to perf events.
17-
- Added `ProgramInput::repeat` field to run a test multiple times.
18-
- Added `ProgramOutput::duration` field which represent the average duration per repetition.
16+
- Added `Program::attach_perf_event_with_opts` for attaching to perf
17+
events
18+
- Added `ProgramInput::repeat` field to run a test multiple times
19+
- Added `ProgramOutput::duration` field which represent the average
20+
duration per repetition
1921

2022

2123
0.25.0-beta.1

0 commit comments

Comments
 (0)