Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
rsteube committed Dec 19, 2023
1 parent 74b40f7 commit 2f7d539
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docs/src/changelog/v0.29.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,16 @@
Support for colored completion.

![](./v0.29/xonsh.png)

## Macro (BREAKING CHANGE)

`$_` prefix is now deprecated and needs to be replaced with `$carapace.`

```
$_color.HexColors
$carapace.color.HexColors
```

```sh
carapace _carapace macro color.HexColors ""
```

0 comments on commit 2f7d539

Please sign in to comment.