Skip to content

Commit 8b0a62a

Browse files
committed
CHANGELOG: Move buf entry to the correct version (i.e. unreleased)
- Remove entry for bpftrace#3281, as it's a fix for a bug that hasn't made it to a release - Quote a bunch of things with backticks to make the markdown render more nicely
1 parent 95e322a commit 8b0a62a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ and this project adheres to
99
## Unreleased
1010

1111
#### Added
12-
- Add --dry-run CLI option
12+
- Add `--dry-run` CLI option
1313
- [#3203](https://github.com/bpftrace/bpftrace/pull/3203)
1414
- Enable avg map reads in kernel space (implicit casting)
1515
- [#3268](https://github.com/bpftrace/bpftrace/pull/3268)
@@ -18,17 +18,17 @@ and this project adheres to
1818
- [#3264](https://github.com/bpftrace/bpftrace/pull/3264)
1919
- Only print kernel headers not found message if parsing fails
2020
- [#3265](https://github.com/bpftrace/bpftrace/pull/3265)
21-
- Add mandatory "stage" argument to the -d CLI option
21+
- Add mandatory "stage" argument to the `-d` CLI option
2222
- [#3203](https://github.com/bpftrace/bpftrace/pull/3203)
23-
- Allow simultaneous use of -v and -d
23+
- Allow simultaneous use of `-v` and `-d`
2424
- [#3203](https://github.com/bpftrace/bpftrace/pull/3203)
25+
- Remove length limitations for the `buf` builtin function
26+
- [#3249](https://github.com/bpftrace/bpftrace/pull/3249)
2527
#### Deprecated
2628
#### Removed
27-
- Remove the -dd CLI option
29+
- Remove the `-dd` CLI option
2830
- [#3203](https://github.com/bpftrace/bpftrace/pull/3203)
2931
#### Fixed
30-
- Fix incorrect buf() size calculation which could lead to verifier errors
31-
- [#3281](https://github.com/bpftrace/bpftrace/pull/3281)
3232
#### Security
3333
#### Docs
3434
- Remove mention of unsupported character literals
@@ -82,7 +82,6 @@ and this project adheres to
8282
- [#3228](https://github.com/bpftrace/bpftrace/pull/3228)
8383
- [#3237](https://github.com/bpftrace/bpftrace/pull/3237)
8484
- [#3245](https://github.com/bpftrace/bpftrace/pull/3245)
85-
- [#3249](https://github.com/bpftrace/bpftrace/pull/3249)
8685
#### Deprecated
8786
- Deprecate `sarg` builtin
8887
- [#3095](https://github.com/bpftrace/bpftrace/pull/3095)

0 commit comments

Comments
 (0)