diff --git a/CHANGELOG.md b/CHANGELOG.md index 5faa6dd..b30d9c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [1.8.0](https://github.com/stevearc/aerial.nvim/compare/v1.7.0...v1.8.0) (2024-07-01) + + +### Features + +* highlight parent symbol in Nav UI ([#380](https://github.com/stevearc/aerial.nvim/issues/380)) ([db0af49](https://github.com/stevearc/aerial.nvim/commit/db0af491ff13c18a966ce2f9ac7f5211aec000a7)) +* support loongdoc with asciidoc backend ([#377](https://github.com/stevearc/aerial.nvim/issues/377)) ([eb25396](https://github.com/stevearc/aerial.nvim/commit/eb25396dae306cef5b8fffbe9ae98283d2f1c199)) + + +### Bug Fixes + +* update tests for vimdoc parser changes ([34cfc01](https://github.com/stevearc/aerial.nvim/commit/34cfc0143d9e0222dba4d1e312ade66214bba848)) + ## [1.7.0](https://github.com/stevearc/aerial.nvim/compare/v1.6.0...v1.7.0) (2024-05-16)