diff options
| -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 |
