Skip to content

Commit 107df99

Browse files
committed
updated release notes
1 parent 820c207 commit 107df99

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/release_notes/v0.29.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ $carapace-spec.Spec(example.yaml)
4141
# invokes `carapace-spec _carapace macro "Spec(example.yaml)" ""`
4242
```
4343

44-
> This will change again in the future to support custom macros.
44+
> This behaviour will change slightly in the future to support custom macros.
4545
46-
With the `--in-place` flag of `sed` this can be updated directly.
46+
With the `--in-place` flag of `sed` the specs can be updated directly.
4747
```sh
4848
sed 's/$_/$carapace./g' ~/.config/carapace/specs/*.yaml
4949
```

0 commit comments

Comments
 (0)