diff options
| author | ruki <[email protected]> | 2021-11-17 10:55:21 +0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-11-17 10:55:21 +0800 |
| commit | 41173c58e23377477355306769bd5b5808f9ca23 (patch) | |
| tree | eefc656537bede9d085eacfc2583047162db398f | |
| parent | a3996b2dbd5a294598a8f5122fa33b2dd92ea602 (diff) | |
Update CHANGELOG.md
| -rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd0af27b..a997a38e3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ ### Bugs Fixed * Fix semver to parse build string with zero prefix +* [#50](https://github.com/libbpf/libbpf-bootstrap/issues/50): Fix rule and build bpf program errors ## v2.5.9 @@ -1148,6 +1149,7 @@ ### Bugs 修复 * 修复语义版本中解析带有 0 前缀的 build 字符串问题 +* [#50](https://github.com/libbpf/libbpf-bootstrap/issues/50): 修复 rule 和构建 bpf 程序 bug ## v2.5.9 |
