Skip to content

Commit

Permalink
chore: update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
noib3 committed Oct 4, 2024
1 parent b566d7c commit 101f2be
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,24 @@

## [Unreleased]

### Added

- a `String::to_str()` method which returns a `&str` if the string contains
valid UTF-8 data;

### Changed

- `nvim_oxi::api::echo` is now generic over the highlight group type instead of
expecting a string slice;

- renamed the `lua_<Foo>` types to `<Foo>`;

## [0.5.1] - June 23 2024

### Added

- a `handle` method on `Buffer`, `Window`, and `TabPage` which returns the
underlying handle ([#176](https://github.com/noib3/nvim-oxi/pull/176));
underlying handle ([#176](https://github.com/noib3/nvim-oxi/pull/176));

### Removed

Expand Down Expand Up @@ -66,7 +78,7 @@
## [0.4.0] - Dec 11 2023

[Unreleased]: https://github.com/noib3/nvim-oxi/compare/v0.5.1...HEAD
[0.5.0]: https://github.com/noib3/nvim-oxi/tree/v0.5.1
[0.5.1]: https://github.com/noib3/nvim-oxi/tree/v0.5.1
[0.5.0]: https://github.com/noib3/nvim-oxi/tree/v0.5.0
[0.4.2]: https://github.com/noib3/nvim-oxi/tree/v0.4.2
[0.4.1]: https://github.com/noib3/nvim-oxi/tree/v0.4.1
Expand Down

0 comments on commit 101f2be

Please sign in to comment.