Skip to content

Commit

Permalink
Merge pull request #2107 from rsteube/update-release-notes
Browse files Browse the repository at this point in the history
updated release notes
  • Loading branch information
rsteube authored Jan 3, 2024
2 parents 820c207 + 107df99 commit 0134abe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/release_notes/v0.29.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ $carapace-spec.Spec(example.yaml)
# invokes `carapace-spec _carapace macro "Spec(example.yaml)" ""`
```

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

0 comments on commit 0134abe

Please sign in to comment.