Skip to content

Commit

Permalink
chore: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Nov 1, 2024
1 parent 19307fa commit 092726c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
- a `WindowConfig::mouse` field and a `WindowOptsBuilder::mouse()` method
on nightly ([#189](https://github.com/noib3/nvim-oxi/pull/189));

- a `string!` macro that produces `nvim_oxi::String`s from string literals;

- a `StringBuilder` struct that can be used to incrementally build
`nvim_oxi::String`s;

### Changed

- `nvim_oxi::api::echo` is now generic over the highlight group type instead of
Expand Down

0 comments on commit 092726c

Please sign in to comment.