Skip to content

Commit

Permalink
docs: Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hedyhli committed Dec 27, 2024
1 parent 5e643c5 commit 94e2385
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
- New config options `preview_window.height,min_height,relative_height` that
match the existing options for width.
([#85](https://github.com/hedyhli/outline.nvim/pull/85))
- Mention new external provider for ctags
([#103](https://github.com/hedyhli/outline.nvim/pull/103))
- Support symbol kind of type string from providers
([#106](https://github.com/hedyhli/outline.nvim/pull/106))

### Fixes

Expand All @@ -35,6 +39,11 @@
remaining; previously this threw an error.
([#91](https://github.com/hedyhli/outline.nvim/pull/91))
- Prevent an error on attempt to `goto_location` when code window is closed.
- Fix `hide_cursor`
([#100](https://github.com/hedyhli/outline.nvim/pull/100))
- Use `token.location.range` and `token.range` fallback when selection range is
not provided.
([#105](https://github.com/hedyhli/outline.nvim/pull/105))

## v1.0.0

Expand Down

0 comments on commit 94e2385

Please sign in to comment.