Skip to content

Commit 3c18540

Browse files
committed
Belatedly add issue links to CHANGELOG.md
1 parent 15df2ff commit 3c18540

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
(`@danwinship`).
1515

1616
- `ListElements()` now correctly handles maps/sets with concatenated
17-
keys/values including CIDR values. (`@danwinship`)
17+
keys/values including CIDR values.
18+
([#32](https://github.com/kubernetes-sigs/knftables/issues/32)
19+
(`@danwinship`)
1820

1921
## v0.0.19
2022

@@ -33,7 +35,9 @@
3335
for more details. (`@danwinship`)
3436

3537
- Added `Counter` objects and the `tx.Reset()` verb, to support
36-
nftables counters. (`@aroradaman`)
38+
nftables counters.
39+
([#20](https://github.com/kubernetes-sigs/knftables/issues/20))
40+
(`@aroradaman`)
3741

3842
- Added `Table.Flags` and `Chain.Policy`. (Note that at this time the
3943
"owner" and "persist" table flags can't usefully be used with
@@ -42,7 +46,9 @@
4246
after it was created.) (`@danwinship`)
4347

4448
- Fixed `Fake.ParseDump()` to correctly parse rules with raw payload
45-
expressions (`@danwinship`) and `flow add` rules (`hongliangl`).
49+
expressions
50+
([#22](https://github.com/kubernetes-sigs/knftables/issues/22))
51+
(`@danwinship`) and `flow add` rules (`hongliangl`).
4652

4753
## v0.0.18
4854

0 commit comments

Comments
 (0)